Skip to content

Commit 4d0fa34

Browse files
committed
Upgrade download-artifact action to version 4
1 parent e558af3 commit 4d0fa34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/registry.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: get_tag
4444
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
4545
- name: Download docker artifact
46-
uses: actions/download-artifact@v2
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: serverless
4949
path: /tmp
@@ -78,7 +78,7 @@ jobs:
7878
id: get_tag
7979
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
8080
- name: Download artifact
81-
uses: actions/download-artifact@v2
81+
uses: actions/download-artifact@v4
8282
with:
8383
name: serverless
8484
path: /tmp
@@ -110,7 +110,7 @@ jobs:
110110
id: get_tag
111111
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
112112
- name: Download artifact
113-
uses: actions/download-artifact@v2
113+
uses: actions/download-artifact@v4
114114
with:
115115
name: serverless
116116
path: /tmp

0 commit comments

Comments
 (0)