Skip to content

Commit 7fd4c95

Browse files
authored
Merge pull request #35 from tchoutri/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 6418660 + ef68e1e commit 7fd4c95

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
@@ -159,7 +159,7 @@ jobs:
159159
needs: ['tests', 'build-alpine']
160160

161161
steps:
162-
- uses: actions/download-artifact@v6
162+
- uses: actions/download-artifact@v7
163163
with:
164164
pattern: confer-*
165165
merge-multiple: true

0 commit comments

Comments
 (0)