Skip to content

Commit 5b819f7

Browse files
authored
Merge pull request #72 from mxstack/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents a78aeb0 + c7768f7 commit 5b819f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Upload coverage data from this matrix job
5959
- name: Upload coverage data
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: coverage-data-${{ matrix.os }}-${{ matrix.python-config.tox-env }}
6363
path: .coverage.*
@@ -114,7 +114,7 @@ jobs:
114114
115115
# Upload HTML coverage report as artifact for debugging
116116
- name: Upload HTML coverage report
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
with:
119119
name: html-coverage-report
120120
path: htmlcov/

0 commit comments

Comments
 (0)