Skip to content

Commit 6652836

Browse files
authored
Merge pull request #562 from roadrunner-server/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 6 to 7
2 parents 6aeb769 + eaf76ab commit 6652836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
timeout-minutes: 60
112112
steps:
113113
- name: Download code coverage results
114-
uses: actions/download-artifact@v6
114+
uses: actions/download-artifact@v7
115115
- run: |
116116
echo 'mode: atomic' > summary.txt
117117
tail -q -n +2 *.out >> summary.txt

.github/workflows/linux_durability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
timeout-minutes: 60
8383
steps:
8484
- name: Download code coverage results
85-
uses: actions/download-artifact@v6
85+
uses: actions/download-artifact@v7
8686
- run: |
8787
echo 'mode: atomic' > summary.txt
8888
tail -q -n +2 *.out >> summary.txt

0 commit comments

Comments
 (0)