File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 output : codeql-sarif
4848
4949 - name : Upload CodeQL results artifact
50- uses : actions/upload-artifact@v5
50+ uses : actions/upload-artifact@v7
5151 with :
5252 name : codeql-${{ matrix.language }}-results
5353 path : codeql-sarif
Original file line number Diff line number Diff line change 7676
7777 - name : Upload pip-audit report
7878 if : always() && hashFiles('pip-audit.json') != ''
79- uses : actions/upload-artifact@v5
79+ uses : actions/upload-artifact@v7
8080 with :
8181 name : pip-audit-report
8282 path : pip-audit.json
Original file line number Diff line number Diff line change 5555 fi
5656
5757 - name : Upload artifact (JSONL + summary)
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v7
5959 with :
6060 name : bifurcation-smoke-results
6161 path : |
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165
166166 - name : Upload validation logs
167167 if : ${{ always() && steps.qa.outcome != 'skipped' }}
168- uses : actions/upload-artifact@v5
168+ uses : actions/upload-artifact@v7
169169 with :
170170 name : qa-validation-${{ needs.prepare.outputs.version }}
171171 path : artifacts/qa-validation.log
@@ -220,7 +220,7 @@ jobs:
220220
221221 - name : Upload signed distributions
222222 if : ${{ always() && steps.build.outcome == 'success' }}
223- uses : actions/upload-artifact@v5
223+ uses : actions/upload-artifact@v7
224224 with :
225225 name : tnfr-${{ needs.prepare.outputs.version }}-dist
226226 path : dist/*
Original file line number Diff line number Diff line change 6868
6969 - name : Upload artifacts
7070 if : always()
71- uses : actions/upload-artifact@v5
71+ uses : actions/upload-artifact@v7
7272 with :
7373 name : reproducibility-artifacts
7474 path : artifacts/
Original file line number Diff line number Diff line change 5151 category : bandit
5252
5353 - name : Upload Bandit SARIF artifact
54- uses : actions/upload-artifact@v5
54+ uses : actions/upload-artifact@v7
5555 with :
5656 name : bandit-sarif
5757 path : bandit.sarif
@@ -111,7 +111,7 @@ jobs:
111111 category : semgrep
112112
113113 - name : Upload Semgrep SARIF artifact
114- uses : actions/upload-artifact@v5
114+ uses : actions/upload-artifact@v7
115115 with :
116116 name : semgrep-sarif
117117 path : semgrep.sarif
You can’t perform that action at this time.
0 commit comments