Skip to content

Commit 0fdc8f1

Browse files
Update actions/download-artifact action to v4
| datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v3 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f45fba4 commit 0fdc8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v4
7373

7474
- name: Download container artifact
75-
uses: actions/download-artifact@v3
75+
uses: actions/download-artifact@v4
7676
with:
7777
name: container
7878
path: /tmp

0 commit comments

Comments
 (0)