Skip to content

Commit dae4387

Browse files
Bump actions/download-artifact from 4 to 5 (#155)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be73eaf commit dae4387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Download coverage data
15-
uses: actions/download-artifact@v4
15+
uses: actions/download-artifact@v5
1616
with:
1717
name: coverage-data
1818
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)