Skip to content

Commit 4134bf3

Browse files
authored
Merge pull request #68 from mxstack/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 4c81a99 + 24d0dcc commit 4134bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
# Download all coverage artifacts from matrix jobs
8989
- name: Download coverage data
90-
uses: actions/download-artifact@v4
90+
uses: actions/download-artifact@v5
9191
with:
9292
pattern: coverage-data-*
9393
merge-multiple: true

0 commit comments

Comments
 (0)