File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 working-directory : app
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v7
1919
20- - uses : actions/setup-node@v4
20+ - uses : actions/setup-node@v7
2121 with :
2222 node-version : ' 22'
2323 cache : ' npm'
3434
3535 - name : Upload coverage report
3636 if : always()
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v7
3838 with :
3939 name : coverage
4040 path : app/coverage/
4848 contents : write # needed to create GitHub Releases
4949
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v7
5252
5353 - name : Verify tag matches package.json version
5454 if : startsWith(github.ref, 'refs/tags/')
@@ -104,7 +104,7 @@ jobs:
104104 tar czf mintlayer-gui.tar.gz mintlayer-gui/
105105
106106 - name : Upload artifact
107- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v7
108108 with :
109109 name : mintlayer-gui
110110 path : mintlayer-gui.tar.gz
@@ -128,7 +128,7 @@ jobs:
128128 url : ${{ steps.deploy.outputs.page_url }}
129129
130130 steps :
131- - uses : actions/checkout@v4
131+ - uses : actions/checkout@v7
132132
133133 - name : Prepare Pages content
134134 run : |
You can’t perform that action at this time.
0 commit comments