Skip to content

Commit 3dcb61b

Browse files
Merge pull request #744 from cylc/dependabot/github_actions/actions/upload-artifact-5 [skip ci]
build(deps): bump actions/upload-artifact from 4 to 5
1 parent 03e4f23 commit 3dcb61b

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
@@ -82,7 +82,7 @@ jobs:
8282
coverage report
8383
8484
- name: Upload coverage artifact
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: coverage_${{ matrix.os }}_py-${{ matrix.python-version }}
8888
path: coverage.xml

0 commit comments

Comments
 (0)