Skip to content

Commit 0624087

Browse files
Merge pull request #324 from daisybio/dependabot/github_actions/development/actions/upload-artifact-6
[DEPENDABOT]: Bump actions/upload-artifact from 5 to 6
2 parents 6212d96 + 9559ec5 commit 0624087

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)