Skip to content

Commit ef33b69

Browse files
authored
Merge pull request #49 from ComputationalPhysiology/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 9358297 + f5c3652 commit ef33b69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

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

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Build SDist and wheel
1212
run: pipx run build
1313

14-
- uses: actions/upload-artifact@v5
14+
- uses: actions/upload-artifact@v6
1515
with:
1616
path: dist/*
1717

0 commit comments

Comments
 (0)