File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 # release managers to copy-paste bullets into CHANGELOG.md.
8181 - name : Upload CHANGELOG-UNRELEASED artifact
8282 if : github.ref == 'refs/heads/main'
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v7
8484 with :
8585 name : changelog-unreleased
8686 path : CHANGELOG-UNRELEASED.md
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Upload release notes artifact
103103 if : startsWith(github.ref, 'refs/tags/v')
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v7
105105 with :
106106 name : release-notes
107107 path : RELEASE_NOTES.md
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ jobs:
452452 RVT_SAMPLES_DIR : ${{ github.workspace }}/_corpus/examples/Autodesk
453453 run : python3 -m pytest tests/python -v
454454 - name : Upload wheel artifact
455- uses : actions/upload-artifact@v4
455+ uses : actions/upload-artifact@v7
456456 with :
457457 name : rvt-wheel-${{ matrix.os }}
458458 path : dist/*.whl
Original file line number Diff line number Diff line change 9292
9393 - name : Upload crash corpus on failure
9494 if : failure() && steps.filter.outputs.skip != 'true'
95- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9696 with :
9797 name : crash-${{ matrix.target }}-${{ github.run_id }}
9898 path : |
Original file line number Diff line number Diff line change 5858 --require-category medium \
5959 --json-out target/perf-budgets/perf-budget.json \
6060 "${args[@]}"
61- - uses : actions/upload-artifact@v4
61+ - uses : actions/upload-artifact@v7
6262 if : always()
6363 with :
6464 name : perf-budget-json
Original file line number Diff line number Diff line change 8989 # macs too, add a separate job with `target: x86_64-apple-darwin`.
9090
9191 - name : Upload wheel artifact
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v7
9393 with :
9494 name : wheel-${{ matrix.os }}
9595 path : dist/*.whl
@@ -112,7 +112,7 @@ jobs:
112112 command : sdist
113113 args : --out dist
114114 - name : Upload sdist artifact
115- uses : actions/upload-artifact@v4
115+ uses : actions/upload-artifact@v7
116116 with :
117117 name : sdist
118118 path : dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments