Skip to content

Commit 940f4ea

Browse files
authored
Merge pull request #133 from data-exp-lab/dependabot/github_actions/actions-88dfb18256
Bump actions/upload-artifact from 5 to 6 in the actions group
2 parents 72ecac2 + 42c19fc commit 940f4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-pytest-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Upload coverage report
3232
if: (matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11')
33-
uses: actions/upload-artifact@v5
33+
uses: actions/upload-artifact@v6
3434
with:
3535
name: coverage-report
3636
path: htmlcov/*

0 commit comments

Comments
 (0)