Skip to content

Commit b024e90

Browse files
authored
Merge pull request #113 from roadrunner-server/dependabot/github_actions/actions/download-artifact-8
chore(deps): bump actions/download-artifact from 7 to 8
2 parents 9d714a3 + 6ec02bc commit b024e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Check out code
8989
uses: actions/checkout@v6
9090
- name: Download code coverage results
91-
uses: actions/download-artifact@v7
91+
uses: actions/download-artifact@v8
9292
with:
9393
name: coverage
9494
path: coverage

0 commit comments

Comments
 (0)