Skip to content

Commit 1eb7f6b

Browse files
authored
Merge pull request #193 from roadrunner-server/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 6 to 7
2 parents 1f5cf63 + 848e1e5 commit 1eb7f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
timeout-minutes: 60
9292
steps:
9393
- name: Download code coverage results
94-
uses: actions/download-artifact@v6
94+
uses: actions/download-artifact@v7
9595
- run: |
9696
echo 'mode: atomic' > summary.txt
9797
tail -q -n +2 *.out >> summary.txt

0 commit comments

Comments
 (0)