Skip to content

Commit 5374b5d

Browse files
authored
Merge pull request #273 from metomi/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 6a31ad1 + d3cb9c5 commit 5374b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Upload coverage artifact
7777
if: matrix.coverage
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: coverage_${{ matrix.os }}_py-${{ matrix.python-version }}
8181
path: coverage.xml

0 commit comments

Comments
 (0)