Skip to content

Commit

Permalink
Update to actions/cache/*@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Düsterhus <tim@tideways-gmbh.com>
  • Loading branch information
TimWolla committed Oct 21, 2024
1 parent 76daf03 commit 426ece7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_unreleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Restore cached build
id: cache-restore
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: opensearch/distribution/archives/linux-tar/build/distributions
key: ${{ steps.get-key.outputs.key }}
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Save cached build
if: steps.cache-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: opensearch/distribution/archives/linux-tar/build/distributions
key: ${{ steps.get-key.outputs.key }}
Expand Down

0 comments on commit 426ece7

Please sign in to comment.