Skip to content

Commit 20baedf

Browse files
build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#968)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb02ed4 commit 20baedf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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.*
@@ -61,7 +61,7 @@ jobs:
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

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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

0 commit comments

Comments
 (0)