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 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
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
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
You can’t perform that action at this time.
0 commit comments