Skip to content

Commit d222795

Browse files
⬆️ Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#33)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c81bf75 commit d222795

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
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
nox -s "test-${{ startsWith(matrix.python_version, 'pypy') && 'pypy' || matrix.python_version }}"
8585
- name: "Upload artifact"
86-
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
86+
uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4"
8787
with:
8888
name: coverage-data-${{ matrix.os }}-${{ matrix.python_version }}
8989
path: ".coverage.*"
@@ -121,7 +121,7 @@ jobs:
121121
python -m coverage report --ignore-errors --show-missing --fail-under=100
122122
123123
- name: "Upload report"
124-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
124+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
125125
with:
126126
name: coverage-report
127127
path: htmlcov
@@ -143,7 +143,7 @@ jobs:
143143
- name: Build wheel
144144
run: python -m build
145145
- name: Upload sdist
146-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
146+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
147147
with:
148148
name: wheels-universal
149149
path: dist/*

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4242
# format to the repository Actions tab.
4343
- name: "Upload artifact"
44-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
44+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4545
with:
4646
name: SARIF file
4747
path: results.sarif

0 commit comments

Comments
 (0)