Skip to content

Commit d5306cf

Browse files
Merge pull request #660 from opencontainers/dependabot/github_actions/actions/download-artifact-7
2 parents f962674 + 8ac8404 commit d5306cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
steps:
192192
- uses: actions/checkout@v6
193193
- name: download all coverage
194-
uses: actions/download-artifact@v6
194+
uses: actions/download-artifact@v7
195195
with:
196196
path: coverage
197197
- name: compute coverage

0 commit comments

Comments
 (0)