Skip to content

Commit 347af26

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 205f0f0 commit 347af26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: 🚀 Run pytest
3333
run: uv run pytest -v --cov src tests
3434
- name: ⬆️ Upload coverage artifact
35-
uses: actions/upload-artifact@v6.0.0
35+
uses: actions/upload-artifact@v7.0.0
3636
with:
3737
name: coverage-${{ matrix.python }}
3838
include-hidden-files: true

0 commit comments

Comments
 (0)