Skip to content

Commit 5e300d4

Browse files
authored
Merge pull request #40 from Roche/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 2a53cc0 + f68695d commit 5e300d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
9898

9999
- name: Upload coverage data
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v6
101101
with:
102102
name: coverage-data-${{ matrix.python-version }}
103103
path: .coverage.${{ matrix.python-version }}
@@ -125,7 +125,7 @@ jobs:
125125
python -m coverage html --skip-covered --skip-empty
126126
python -m coverage report --fail-under=70
127127
- name: Upload HTML report
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v6
129129
with:
130130
name: html-report
131131
path: htmlcov

0 commit comments

Comments
 (0)