Skip to content

Commit b563f56

Browse files
authored
Merge pull request #103 from roadrunner-server/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 6 to 7
2 parents 2e55140 + 1a2aed4 commit b563f56

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
@@ -69,7 +69,7 @@ jobs:
6969
timeout-minutes: 60
7070
steps:
7171
- name: Download code coverage results
72-
uses: actions/download-artifact@v6
72+
uses: actions/download-artifact@v7
7373
- run: |
7474
echo 'mode: atomic' > summary.txt
7575
tail -q -n +2 *.out >> summary.txt

0 commit comments

Comments
 (0)