Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Oct 23, 2024
1 parent ab52533 commit 7e46e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
git clone https://github.com/MoneroOcean/xmrig.git .
git checkout $GITHUB_REF_NAME
- name: Create cache for artifacts
uses: actions/cache@v4
uses: actions/cache@v1
with:
path: artifacts
key: artifacts-key
Expand All @@ -149,7 +149,7 @@ jobs:
- build_lin_ub12
steps:
- name: Restore cached artifacts
uses: actions/cache/restore@v4
uses: actions/cache/restore@v1
with:
path: artifacts
key: artifacts-key
Expand Down

0 comments on commit 7e46e7a

Please sign in to comment.