Skip to content

Commit

Permalink
Merge pull request #3 from derskythe/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

[github] Bump actions/upload-artifact from 3 to 4
  • Loading branch information
derskythe authored May 10, 2024
2 parents 739cf88 + 7b399cb commit da6f008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: image-${{ matrix.platform.tag }}
path: /tmp/image.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: image-${{ matrix.platform.tag }}
path: /tmp/image.tar
Expand Down

0 comments on commit da6f008

Please sign in to comment.