Skip to content

Commit 18731db

Browse files
authored
Merge pull request #99 from roadrunner-server/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 5 to 6
2 parents 5421ec6 + 2ddb325 commit 18731db

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@v5
90+
uses: actions/download-artifact@v6
9191
- run: |
9292
echo 'mode: atomic' > summary.txt
9393
tail -q -n +2 *.out >> summary.txt

0 commit comments

Comments
 (0)