Skip to content

Commit

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

[github] Bump actions/download-artifact from 3 to 4
  • Loading branch information
derskythe authored May 10, 2024
2 parents da6f008 + 7d04fed commit c9788c6
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 @@ -68,7 +68,7 @@ jobs:
environment: production
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Setup podman and buildah
uses: zyclonite/setup-podman@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
environment: production
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Setup podman and buildah
uses: zyclonite/setup-podman@v1
Expand Down

0 comments on commit c9788c6

Please sign in to comment.