Skip to content

Commit d45be6b

Browse files
committed
chore: [ci/cd] - upgrade actions/upload(download)-artifact to v4
1 parent 5af9481 commit d45be6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
rm webpack.config.js
5353
5454
- name: Create & Upload artifact
55-
uses: actions/upload-artifact@v1
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: ${{ github.event.repository.name }}
5858
path: ./
@@ -62,7 +62,7 @@ jobs:
6262
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
6363
steps:
6464
- name: Download artifact
65-
uses: actions/download-artifact@v1
65+
uses: actions/download-artifact@v4
6666
with:
6767
name: ${{ github.event.repository.name }}
6868

0 commit comments

Comments
 (0)