Skip to content

Commit d65ba71

Browse files
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b71356 commit d65ba71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: uv run coverage run --parallel -m pytest
3434
- name: Upload coverage data
3535
if: always() && matrix.python == '3.11'
36-
uses: "actions/upload-artifact@v6"
36+
uses: "actions/upload-artifact@v7"
3737
with:
3838
name: coverage-data
3939
path: ".coverage.*"
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build docs
7575
run: uv run sphinx-build docs docs/_build
7676
- name: Upload documentation
77-
uses: actions/upload-artifact@v6
77+
uses: actions/upload-artifact@v7
7878
with:
7979
name: docs
8080
path: docs/_build

0 commit comments

Comments
 (0)