Skip to content

Commit

Permalink
Merge pull request #30 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 cbab209 + 5c483d6 commit 1b1a422
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 @@ -87,7 +87,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 1b1a422

Please sign in to comment.