File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7777 fail_ci_if_error : false
7878
7979 - name : Upload coverage reports
80- uses : actions/upload-artifact@v3
80+ uses : actions/upload-artifact@v4
8181 with :
8282 name : coverage-report
8383 path : htmlcov/
@@ -134,7 +134,7 @@ jobs:
134134 pip-audit --desc || echo "Vulnerabilities found in dependencies"
135135
136136 - name : Upload audit report
137- uses : actions/upload-artifact@v3
137+ uses : actions/upload-artifact@v4
138138 if : always()
139139 with :
140140 name : dependency-audit
@@ -167,7 +167,7 @@ jobs:
167167 fi
168168
169169 - name : Upload benchmark results
170- uses : actions/upload-artifact@v3
170+ uses : actions/upload-artifact@v4
171171 if : always()
172172 with :
173173 name : benchmark-results
Original file line number Diff line number Diff line change 4242 python -m build
4343
4444 - name : Upload build artifacts
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : dist
4848 path : dist/
Original file line number Diff line number Diff line change 4545 semgrep --config=auto . || echo "Static analysis issues found"
4646
4747 - name : Upload security reports
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 if : always()
5050 with :
5151 name : security-reports
You can’t perform that action at this time.
0 commit comments