Skip to content

Commit 2da8d25

Browse files
authored
Merge pull request #168 from ComputationalPhysiology/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents e93b046 + 0ae6a87 commit 2da8d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Upload HTML report.
4444
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
45-
uses: actions/upload-artifact@v5
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: html-report
4848
path: htmlcov

0 commit comments

Comments
 (0)