Skip to content

Commit

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

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
rustatian authored Dec 19, 2023
2 parents 1c3a1a7 + 982580e commit bf0c058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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
2 changes: 1 addition & 1 deletion .github/workflows/linux_durability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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 bf0c058

Please sign in to comment.