File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v7
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@v7
4646 with :
4747 name : license-report
4848 path : licenses.json
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220220 python -m zipfile -l dist/*.whl | head -20
221221
222222 - name : Upload artifacts
223- uses : actions/upload-artifact@v4
223+ uses : actions/upload-artifact@v7
224224 with :
225225 name : dist
226226 path : dist/
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 python -m zipfile -l dist/*.whl | head -20
212212
213213 - name : Upload artifacts
214- uses : actions/upload-artifact@v4
214+ uses : actions/upload-artifact@v7
215215 with :
216216 name : dist
217217 path : dist/
Original file line number Diff line number Diff line change 4949 echo "Version: $VERSION"
5050
5151 - name : Upload artifacts
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v7
5353 with :
5454 name : dist
5555 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@v7
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@v7
9595 with :
9696 name : safety-results
9797 path : safety-report.json
You can’t perform that action at this time.
0 commit comments