File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5757 run : tar -czf /tmp/artifact.tar.gz .
5858
5959 - name : Upload artifact
60- uses : actions/upload-artifact@v3
60+ uses : actions/upload-artifact@v4
6161 with :
6262 name : ${{ inputs.artifact-name }}
6363 path : /tmp/artifact.tar.gz
Original file line number Diff line number Diff line change 4343 scope : ${{ inputs.scope }}
4444
4545 - name : Download artifact
46- uses : actions/download-artifact@v3
46+ uses : actions/download-artifact@v4
4747 with :
4848 name : ${{ inputs.artifact-name }}
4949
Original file line number Diff line number Diff line change 3131 run : tar czf /tmp/artifact.tar.gz .
3232
3333 - name : Upload artifact
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : ui-kit-artifact
3737 path : /tmp/artifact.tar.gz
4949 node-version : 20
5050
5151 - name : Download artifact
52- uses : actions/download-artifact@v3
52+ uses : actions/download-artifact@v4
5353 with :
5454 name : ui-kit-artifact
5555
7171 node-version : 20
7272
7373 - name : Download artifact
74- uses : actions/download-artifact@v3
74+ uses : actions/download-artifact@v4
7575 with :
7676 name : ui-kit-artifact
7777
8888 continue-on-error : false
8989 steps :
9090 - name : Download artifact
91- uses : actions/download-artifact@v3
91+ uses : actions/download-artifact@v4
9292 with :
9393 name : ui-kit-artifact
9494
@@ -105,7 +105,7 @@ jobs:
105105 continue-on-error : false
106106 steps :
107107 - name : Download artifact
108- uses : actions/download-artifact@v3
108+ uses : actions/download-artifact@v4
109109 with :
110110 name : ui-kit-artifact
111111
You can’t perform that action at this time.
0 commit comments