File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 PRIVATE_KEY : ${{ secrets.APP_KEY }}
6767
6868 - name : Upload Artifact
69- uses : actions/upload-artifact@v5
69+ uses : actions/upload-artifact@v6
7070 with :
7171 name : noneflow
7272 path : artifact/*
Original file line number Diff line number Diff line change 3737 })
3838
3939 - name : Download Artifact
40- uses : actions/download-artifact@v6
40+ uses : actions/download-artifact@v7
4141 with :
4242 name : website-preview
4343 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3333 echo "${{ github.event.pull_request.number }}" > ./pr-number
3434
3535 - name : Upload Artifact
36- uses : actions/upload-artifact@v5
36+ uses : actions/upload-artifact@v6
3737 with :
3838 name : website-preview
3939 path : |
You can’t perform that action at this time.
0 commit comments