1616 - name : Build ci
1717 run : npm run build:ci
1818 - name : Upload build
19- uses : actions/upload-artifact@v3
19+ uses : actions/upload-artifact@v4
2020 with :
2121 name : build
2222 path : build
3232 steps :
3333 - uses : actions/checkout@master
3434 - name : Download build
35- uses : actions/download-artifact@v3
35+ uses : actions/download-artifact@v4
3636 with :
3737 name : build
3838 path : build
4343 - name : Run build and tests
4444 run : npm run test:chrome
4545 - name : Upload test results
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 if : always()
4848 with :
4949 name : e2e-chrome-artifacts
6464 steps :
6565 - uses : actions/checkout@master
6666 - name : Download build
67- uses : actions/download-artifact@v3
67+ uses : actions/download-artifact@v4
6868 with :
6969 name : build
7070 path : build
7575 - name : Run build and tests
7676 run : npm run test:firefox
7777 - name : Upload test results
78- uses : actions/upload-artifact@v3
78+ uses : actions/upload-artifact@v4
7979 if : always()
8080 with :
8181 name : e2e-firefox-artifacts
9595 steps :
9696 - uses : actions/checkout@master
9797 - name : Download build
98- uses : actions/download-artifact@v3
98+ uses : actions/download-artifact@v4
9999 with :
100100 name : build
101101 path : build
@@ -106,7 +106,7 @@ jobs:
106106 - name : Run build and tests
107107 run : npm run test:safari
108108 - name : Upload test results
109- uses : actions/upload-artifact@v3
109+ uses : actions/upload-artifact@v4
110110 if : always()
111111 with :
112112 name : e2e-safari-artifacts
0 commit comments