Skip to content

Commit 6fa5a2a

Browse files
authored
fix: update version download/upload artifacts in cicd (#2656)
1 parent 3a74802 commit 6fa5a2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm ci
2222
- run: npm run bundle
2323
- name: Store bundle artifact
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: bundles
2727
path: bundles
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v3
4040
- run: npm ci
4141
- name: Download bundled artifact
42-
uses: actions/download-artifact@v3
42+
uses: actions/download-artifact@v4
4343
with:
4444
name: bundles
4545
path: bundles
@@ -73,7 +73,7 @@ jobs:
7373
registry-url: 'https://registry.npmjs.org'
7474
- uses: actions/checkout@v3
7575
- name: Download bundled artifacts
76-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4
7777
with:
7878
name: bundles
7979
path: bundles
@@ -107,7 +107,7 @@ jobs:
107107
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
108108
aws-region: us-east-1
109109
- name: Download all artifact
110-
uses: actions/download-artifact@v3
110+
uses: actions/download-artifact@v4
111111
- name: Publish to S3
112112
run: npm run publish-cdn
113113

0 commit comments

Comments
 (0)