Skip to content

Commit f1d8192

Browse files
authored
Merge branch 'master' into dependabot/github_actions/github/codeql-action-4
2 parents 9ae5577 + 5586863 commit f1d8192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: tox --py current
3939

4040
- name: Upload coverage data
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
with:
4343
name: coverage-data-${{ matrix.python-version }}
4444
include-hidden-files: true
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Upload HTML report
7575
if: ${{ failure() }}
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: html-report
7979
path: htmlcov

0 commit comments

Comments
 (0)