Skip to content

Commit c0eece5

Browse files
Bump actions/download-artifact from 4 to 7 (#25)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 2d6f818 commit c0eece5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ jobs:
210210
- name: Build release object
211211
run: pip install PyYAML>=6.0.2 && python release.py
212212
- name: Download Helm chart
213-
uses: actions/download-artifact@v4
213+
uses: actions/download-artifact@v7
214214
with:
215215
name: helm-chart
216216
- name: Download SBOMs
217-
uses: actions/download-artifact@v4
217+
uses: actions/download-artifact@v7
218218
with:
219219
pattern: sbom-*
220220
merge-multiple: true

.github/workflows/run-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ jobs:
212212
with:
213213
fetch-depth: 0
214214
- name: Download backend coverage
215-
uses: actions/download-artifact@v4
215+
uses: actions/download-artifact@v7
216216
with:
217217
name: pytest-coverage-py3.12
218218
path: coverage-backend
219219
- name: Download frontend coverage
220-
uses: actions/download-artifact@v4
220+
uses: actions/download-artifact@v7
221221
with:
222222
name: frontend-coverage
223223
path: coverage-frontend

0 commit comments

Comments
 (0)