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 4545
4646 - name : Upload build artifacts
4747 if : github.ref == 'refs/heads/next'
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 with :
5050 name : build
5151 path : ./build
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 run : npm run cy:ci
4848
4949 - name : Upload build artifact
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : build
5353 path : ./build
5454
5555 - name : Upload npm artifact
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 with :
5858 name : " swagger-editor-next.tgz"
5959 path : ./swagger-editor-*.tgz
Original file line number Diff line number Diff line change 8585 run : |
8686 echo ${{ steps.semantic.outputs.new_release_version }} > released-version.txt
8787 - name : Upload released version
88- uses : actions/upload-artifact@v4
88+ uses : actions/upload-artifact@v5
8989 with :
9090 name : released-version
9191 path : ./released-version.txt
You can’t perform that action at this time.
0 commit comments