Skip to content

Commit

Permalink
Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
| datasource  | package                   | from | to |
| ----------- | ------------------------- | ---- | -- |
| github-tags | actions/download-artifact | v3   | v4 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent f45fba4 commit 0fdc8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v4

- name: Download container artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: container
path: /tmp
Expand Down

0 comments on commit 0fdc8f1

Please sign in to comment.