Skip to content

Commit b83ebf0

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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>
1 parent b058dec commit b83ebf0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
needs: build
7878
steps:
7979
- name: Download artifact
80-
uses: actions/download-artifact@v6
80+
uses: actions/download-artifact@v7
8181
with:
8282
name: ${{ env.ARTIFACT_NAME }}_lint
8383
path: /tmp/
@@ -97,7 +97,7 @@ jobs:
9797
needs: build
9898
steps:
9999
- name: Download artifact
100-
uses: actions/download-artifact@v6
100+
uses: actions/download-artifact@v7
101101
with:
102102
name: ${{ env.ARTIFACT_NAME }}_test
103103
path: /tmp/
@@ -171,7 +171,7 @@ jobs:
171171
security-events: write
172172
steps:
173173
- name: Download artifact
174-
uses: actions/download-artifact@v6
174+
uses: actions/download-artifact@v7
175175
with:
176176
name: ${{ env.ARTIFACT_NAME }}_prod
177177
path: /tmp/

.github/workflows/python-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
fetch-depth: 0
7474
- name: Download coverage artifact
75-
uses: actions/download-artifact@v6
75+
uses: actions/download-artifact@v7
7676
with:
7777
name: coverage-report
7878
path: coverage
@@ -95,7 +95,7 @@ jobs:
9595
fetch-depth: 0
9696

9797
- name: Download coverage artifact
98-
uses: actions/download-artifact@v6
98+
uses: actions/download-artifact@v7
9999
with:
100100
name: coverage-report
101101
path: coverage

0 commit comments

Comments
 (0)