Skip to content

Commit 7dd2305

Browse files
dependabot[bot]cofin
authored andcommitted
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5588227 commit 7dd2305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
131131
- name: Download Artifacts
132-
uses: actions/download-artifact@v4
132+
uses: actions/download-artifact@v5
133133
with:
134134
name: coverage-xml
135135

@@ -157,7 +157,7 @@ jobs:
157157
python-version: "3.12"
158158

159159
- name: Download Artifacts
160-
uses: actions/download-artifact@v4
160+
uses: actions/download-artifact@v5
161161
with:
162162
name: coverage-xml
163163
path: coverage.xml

0 commit comments

Comments
 (0)