Skip to content

Commit 5f5d484

Browse files
authored
Merge pull request #128 from data-exp-lab/dependabot/github_actions/actions-dc500464ed
Bump actions/upload-artifact from 4 to 5 in the actions group
2 parents 328dbf7 + 3eae290 commit 5f5d484

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@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
name: coverage-report
3636
path: htmlcov/*

0 commit comments

Comments
 (0)