Skip to content

Commit cc3a0a7

Browse files
authored
Merge pull request #148 from CabbageDevelopment/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents ab2fb48 + 7510166 commit cc3a0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/checkout@v5
111111

112112
- name: Download coverage artifacts
113-
uses: actions/download-artifact@v4
113+
uses: actions/download-artifact@v5
114114
with:
115115
pattern: coverage-*
116116
merge-multiple: true

0 commit comments

Comments
 (0)