Skip to content

Commit

Permalink
Merge pull request #245 from WyriHaximusNet/renovate/major-github-art…
Browse files Browse the repository at this point in the history
…ifact-actions

Update GitHub Artifact Actions to v4 (major)
  • Loading branch information
WyriHaximus authored Mar 31, 2024
2 parents c228dba + a3b8ad8 commit 2c70190
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- run: docker save "${DOCKER_IMAGE}" | gzip -9 > ./docker-image/image.tar
- run: docker images
- name: Upload Images
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docker-image-${{ matrix.image }}
path: ./docker-image
Expand All @@ -182,7 +182,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 @@ -209,7 +209,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 @@ -260,7 +260,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 2c70190

Please sign in to comment.