Skip to content

Commit cc555e8

Browse files
chore(deps): update github artifact actions
1 parent f12d4dc commit cc555e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/buildDeploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -68,7 +68,7 @@ jobs:
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

0 commit comments

Comments
 (0)