File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : " 🚀 Checkout"
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : " 👷 Install dependencies"
1616 run : npm install
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2222
2323 - name : " Upload artifact"
24- uses : actions/upload-artifact@v3
24+ uses : actions/upload-artifact@v4
2525 with :
2626 name : web-ext-artifacts
2727 path : web-ext-artifacts
3232 needs : build
3333 steps :
3434 - name : " ⬇️ Download artifacts"
35- uses : actions/download-artifact@v3
35+ uses : actions/download-artifact@v4
3636 with :
3737 name : web-ext-artifacts
3838
5454 needs : build
5555 steps :
5656 - name : " ⬇️ Download Firefox artifact"
57- uses : actions/download-artifact@v3
57+ uses : actions/download-artifact@v4
5858 with :
5959 name : web-ext-artifacts
6060
7070 needs : build
7171 steps :
7272 - name : " ⬇️ Download Chrome artifact"
73- uses : actions/download-artifact@v3
73+ uses : actions/download-artifact@v4
7474 with :
7575 name : web-ext-artifacts
7676
You can’t perform that action at this time.
0 commit comments