File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 run : make test PIP_AUDIT_EXTRA=test
3737
3838 - name : Upload coverage data
39- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
39+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4040 with :
4141 name : coverage-data-${{ matrix.python }}
4242 path : .coverage.*
6161 run : make test PIP_AUDIT_EXTRA=test
6262
6363 - name : Upload coverage data
64- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
64+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6565 with :
6666 name : coverage-data-windows
6767 path : .coverage.*
@@ -102,7 +102,7 @@ jobs:
102102 ./env/bin/python -Im coverage report --fail-under=100
103103
104104 - name : Upload HTML report if check failed
105- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
105+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
106106 with :
107107 name : html-report
108108 path : htmlcov
Original file line number Diff line number Diff line change 4040 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4141 # format to the repository Actions tab.
4242 - name : " Upload artifact"
43- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
43+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4444 with :
4545 name : SARIF file
4646 path : results.sarif
You can’t perform that action at this time.
0 commit comments