Skip to content

Commit 2376129

Browse files
authored
Merge pull request #1056 from python-wheel-build/dependabot/github_actions/actions/upload-artifact-7.0.1
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents b8f4441 + a1f445f commit 2376129

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
publish_results: true
4747

4848
- name: Upload artifact
49-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
49+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
5050
with:
5151
name: SARIF file
5252
path: results.sarif

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: hatch run test:test --with-network
5858

5959
- name: Upload coverage
60-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
60+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
6161
with:
6262
name: coverage-unit-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
6363
path: .coverage.*
@@ -129,15 +129,15 @@ jobs:
129129

130130
- name: Upload logs for debugging
131131
if: ${{ failure() }}
132-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
132+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
133133
with:
134134
name: ${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
135135
path: |
136136
e2e-output
137137
e2e-failed-*
138138
139139
- name: Upload coverage
140-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
140+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
141141
with:
142142
name: coverage-e2e-${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
143143
path: .coverage.*
@@ -182,7 +182,7 @@ jobs:
182182
hatch run test:coverage report --fail-under=60
183183
184184
- name: Upload report
185-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
185+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
186186
with:
187187
path: htmlcov
188188
name: htmlcov

0 commit comments

Comments
 (0)