Skip to content

Commit 084eef7

Browse files
authored
Merge pull request #109 from roadrunner-server/dependabot/github_actions/actions/download-artifact-7
chore(deps): bump actions/download-artifact from 6 to 7
2 parents 3b16def + 66d9ca7 commit 084eef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

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

0 commit comments

Comments
 (0)