File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
1212 name : Build
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Build
1818 run : echo Building...
1919
20- - uses : actions/upload-artifact@v2
20+ - uses : actions/upload-artifact@v4
2121 with :
2222 name : bundle1.js.map
2323 path : test/bundle1.js.map
24- - uses : actions/upload-artifact@v2
24+ - uses : actions/upload-artifact@v4
2525 with :
2626 name : bundle2.js.map
2727 path : test/bundle2.js.map
3131 runs-on : ubuntu-latest
3232 name : Deploy
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535
3636 - name : Notify rollbar deploy start
3737 uses : ./
@@ -45,10 +45,10 @@ jobs:
4545 ROLLBAR_ACCESS_TOKEN : ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
4646 ROLLBAR_USERNAME : ${{ github.actor }}
4747
48- - uses : actions/download-artifact@v2
48+ - uses : actions/download-artifact@v4
4949 with :
5050 name : bundle1.js.map
51- - uses : actions/download-artifact@v2
51+ - uses : actions/download-artifact@v4
5252 with :
5353 name : bundle2.js.map
5454
You can’t perform that action at this time.
0 commit comments