Skip to content

Commit 042b9f6

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0
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@v4.6.2...v5.0.0) --- 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]>
1 parent 52f8ddb commit 042b9f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: poetry run -- nox -s lint:code
8787

8888
- name: Upload Artifacts
89-
uses: actions/upload-artifact@v4.6.2
89+
uses: actions/upload-artifact@v5.0.0
9090
with:
9191
name: lint-python${{ matrix.python-version }}
9292
path: |
@@ -139,7 +139,7 @@ jobs:
139139
run: poetry run -- nox -s lint:security
140140

141141
- name: Upload Artifacts
142-
uses: actions/upload-artifact@v4.6.2
142+
uses: actions/upload-artifact@v5.0.0
143143
with:
144144
name: security-python${{ matrix.python-version }}
145145
path: .security.json
@@ -185,7 +185,7 @@ jobs:
185185
run: poetry run -- nox -s test:unit -- --coverage
186186

187187
- name: Upload Artifacts
188-
uses: actions/upload-artifact@v4.6.2
188+
uses: actions/upload-artifact@v5.0.0
189189
with:
190190
name: coverage-python${{ matrix.python-version }}-fast
191191
path: .coverage

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: poetry run -- nox -s project:report -- --format json | tee metrics.json
4242

4343
- name: Upload Artifacts
44-
uses: actions/upload-artifact@v4.6.2
44+
uses: actions/upload-artifact@v5.0.0
4545
with:
4646
name: metrics.json
4747
path: metrics.json

0 commit comments

Comments
 (0)