Skip to content

Commit

Permalink
Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2024
1 parent 6695618 commit 9033e20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
if: contains(matrix.image, 'alpine')
- name: Download Images
if: contains(matrix.image, 'alpine')
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docker-image-${{ matrix.image }}
path: ./docker-image
Expand All @@ -221,7 +221,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dbhi/qus/action@main
- name: Download Images
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docker-image-${{ matrix.image }}
path: ./docker-image
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
echo "Flags: ${{ steps.buildx.outputs.flags }}"
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Download Images
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docker-image-${{ matrix.image }}
path: ./docker-image
Expand Down

0 comments on commit 9033e20

Please sign in to comment.