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@v6
45+ uses: actions/upload-artifact@v7
4646 with:
4747 name: build
4848 path: dist
4949
5050 - name: Upload package
51- uses: actions/upload-artifact@v6
51+ uses: actions/upload-artifact@v7
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@v7
71+ uses: actions/download-artifact@v8
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@v7
122+ uses: actions/download-artifact@v8
123123 with:
124124 name: build
125125 path: dist
You can’t perform that action at this time.
0 commit comments