Skip to content

Commit e16aa50

Browse files
chore(deps): update actions/download-artifact action to v3
Signed-off-by: Renovate Bot <[email protected]> | datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v2 | v3 |
1 parent f2c827c commit e16aa50

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@v3
7373

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

0 commit comments

Comments
 (0)