File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444
4545 - name : Upload build artifacts
4646 if : github.ref == 'refs/heads/main'
47- uses : actions/upload-artifact@v6
47+ uses : actions/upload-artifact@v7
4848 with :
4949 name : build
5050 path : ./build
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 run : npm run pw:ci
4848
4949 - name : Upload build artifact
50- uses : actions/upload-artifact@v6
50+ uses : actions/upload-artifact@v7
5151 with :
5252 name : build
5353 path : ./build
5454
5555 - name : Upload npm artifact
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 with :
5858 name : " swagger-editor.tgz"
5959 path : ./swagger-editor-*.tgz
Original file line number Diff line number Diff line change 8787 echo ${{ steps.semantic.outputs.new_release_version }} > released-version.txt
8888
8989 - name : Upload released version
90- uses : actions/upload-artifact@v6
90+ uses : actions/upload-artifact@v7
9191 with :
9292 name : released-version
9393 path : ./released-version.txt
You can’t perform that action at this time.
0 commit comments