File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 - name : Upload a Build Artifact
3737 if : always() && steps.prepare-artifact.outcome == 'success'
3838 continue-on-error : true
39- uses : actions/upload-artifact@v6
39+ uses : actions/upload-artifact@v7
4040 with :
4141 name : pull-request-payload
4242 path : pull_request_payload.json
Original file line number Diff line number Diff line change 7272 run : uv build --all-packages
7373
7474 - name : Upload build files
75- uses : actions/upload-artifact@v6
75+ uses : actions/upload-artifact@v7
7676 with :
7777 name : " dist"
7878 path : " dist/"
9191
9292 steps :
9393 - name : Download the distribution files from build artifact
94- uses : actions/download-artifact@v7
94+ uses : actions/download-artifact@v8
9595 with :
9696 name : " dist"
9797 path : " dist/"
@@ -116,7 +116,7 @@ jobs:
116116
117117 steps :
118118 - name : Download the distribution files from build artifact
119- uses : actions/download-artifact@v7
119+ uses : actions/download-artifact@v8
120120 with :
121121 name : " dist"
122122 path : " dist/"
You can’t perform that action at this time.
0 commit comments