Skip to content

Commit 3a30960

Browse files
authored
Merge pull request #747 from staticdev/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 41bce19 + 8efb454 commit 3a30960

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
@@ -77,15 +77,15 @@ jobs:
7777
7878
- name: Upload coverage data
7979
if: always() && matrix.session == 'tests' && matrix.os == 'ubuntu-latest'
80-
uses: "actions/upload-artifact@v5"
80+
uses: "actions/upload-artifact@v6"
8181
with:
8282
name: coverage-data-${{ matrix.python }}-${{ matrix.os }}
8383
path: .coverage.*
8484
include-hidden-files: true
8585

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

0 commit comments

Comments
 (0)