Skip to content

Commit

Permalink
ci: fix lookup cache issue (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored and Wgil committed Jun 26, 2024
1 parent 2a1bf7b commit 1a599de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "NEW_BINARY_PATH=$NEW_BINARY_PATH" >> $GITHUB_ENV
- name: Check submit new proposal from cache exists
uses: elys-network/actions-cache-s3@eba1d2b54699fda7ee03d826049bc67dcf514887
uses: elys-network/actions-cache-s3/restore@eba1d2b54699fda7ee03d826049bc67dcf514887
id: cache-submit-new-proposal
with:
path: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
if: steps.cache-submit-new-proposal.outputs.cache-hit != 'true'

- name: Check snapshot from cache exists
uses: elys-network/actions-cache-s3@eba1d2b54699fda7ee03d826049bc67dcf514887
uses: elys-network/actions-cache-s3/restore@eba1d2b54699fda7ee03d826049bc67dcf514887
id: cache-snapshot-exists
with:
path: |
Expand Down

0 comments on commit 1a599de

Please sign in to comment.