Skip to content

Commit

Permalink
Merge pull request #46 from roadrunner-server/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/download-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
rustatian authored Dec 19, 2023
2 parents 415d729 + 8bc134a commit 6149b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Download code coverage results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- run: |
cd coverage
echo 'mode: atomic' > summary.txt
Expand Down

0 comments on commit 6149b86

Please sign in to comment.