File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 uv run twine check dist/*
113113
114114 - name : Upload artifacts
115- uses : actions/upload-artifact@v4
115+ uses : actions/upload-artifact@v5
116116 with :
117117 name : dist
118118 path : dist/
Original file line number Diff line number Diff line change 4242 uv run pip-licenses --fail-on="GPL;LGPL;AGPL;SSPL" || true
4343
4444 - name : Upload license report
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : license-report
4848 path : licenses.json
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ jobs:
218218 python -m zipfile -l dist/*.whl | head -20
219219
220220 - name : Upload artifacts
221- uses : actions/upload-artifact@v4
221+ uses : actions/upload-artifact@v5
222222 with :
223223 name : dist
224224 path : dist/
Original file line number Diff line number Diff line change 5757
5858 - name : Upload Bandit results
5959 if : always()
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v5
6161 with :
6262 name : bandit-results
6363 path : bandit-report.json
9191
9292 - name : Upload Safety results
9393 if : always()
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v5
9595 with :
9696 name : safety-results
9797 path : safety-report.json
You can’t perform that action at this time.
0 commit comments