Skip to content

Commit 24f283e

Browse files
authored
Merge pull request #184 from roadrunner-server/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents dda79ae + b67f7c7 commit 24f283e

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
@@ -83,7 +83,7 @@ jobs:
8383
timeout-minutes: 60
8484
steps:
8585
- name: Download code coverage results
86-
uses: actions/download-artifact@v4
86+
uses: actions/download-artifact@v5
8787
- run: |
8888
cd coverage
8989
echo 'mode: atomic' > summary.txt

0 commit comments

Comments
 (0)