Skip to content

Commit

Permalink
Upgrade actions/download-artifact from 3 to 4 version (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 4f8e60d commit 3ebecdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
timeout-minutes: 10
if: ${{ env.CACHE == 'true' }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: docker-${{ github.run_number }}
path: .cache/docker/
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- uses: actions/checkout@v4
if: ${{ steps.skip.outputs.no == 'true' }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: docker-${{ github.run_number }}
path: .cache/docker/
Expand Down

0 comments on commit 3ebecdb

Please sign in to comment.