File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242 run : npm version --no-git-tag-version 0.0.0-${{ github.sha }} && npm pack
4343
4444 - name : Upload build artifact
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : build
4848 path : dist
4949
5050 - name : Upload package
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : react-image-0.0.0-${{ github.sha }}.tgz
5454 path : react-image-0.0.0-${{ github.sha }}.tgz
6868 run : npm test
6969
7070 - name : download build artifact
71- uses : actions/download-artifact@v5
71+ uses : actions/download-artifact@v6
7272 with :
7373 name : build
7474 path : dist
@@ -119,7 +119,7 @@ jobs:
119119 NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
120120
121121 - name : download build artifact
122- uses : actions/download-artifact@v5
122+ uses : actions/download-artifact@v6
123123 with :
124124 name : build
125125 path : dist
You can’t perform that action at this time.
0 commit comments