Skip to content

Commit d8ef9bf

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#683)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fee3dea commit d8ef9bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
115115
- name: Download Artifacts
116-
uses: actions/download-artifact@v7
116+
uses: actions/download-artifact@v8
117117
with:
118118
name: coverage-xml
119119

@@ -137,7 +137,7 @@ jobs:
137137
python-version: "3.13"
138138

139139
- name: Download Artifacts
140-
uses: actions/download-artifact@v7
140+
uses: actions/download-artifact@v8
141141
with:
142142
name: coverage-xml
143143
path: coverage.xml

0 commit comments

Comments
 (0)