File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments