Skip to content

Commit 7ea7885

Browse files
dependabot: bump actions/download-artifact from 4 to 5 (#1461)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f12e055 commit 7ea7885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ubuntu-latest
159159
steps:
160160
- uses: actions/checkout@v4
161-
- uses: actions/download-artifact@v4
161+
- uses: actions/download-artifact@v5
162162
with:
163163
path: downloaded-artifacts
164164
pattern: coverage-xml-*

0 commit comments

Comments
 (0)