Skip to content

Commit 9559ec5

Browse files
[DEPENDABOT]: Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5602b1 commit 9559ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ jobs:
7878
7979
- name: Upload coverage data
8080
if: always() && matrix.session == 'tests' && matrix.os == 'ubuntu-latest'
81-
uses: actions/upload-artifact@v5
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: coverage-data
8484
path: ".coverage.*"
8585
include-hidden-files: "true"
8686

8787
- name: Upload documentation
8888
if: matrix.session == 'docs-build'
89-
uses: actions/upload-artifact@v5
89+
uses: actions/upload-artifact@v6
9090
with:
9191
name: docs
9292
path: docs/_build

0 commit comments

Comments
 (0)