Skip to content

Commit 0026e63

Browse files
Bump actions/download-artifact from 7 to 8 (#258)
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 a824c14 commit 0026e63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
fetch-depth: 0
8282
- name: Restore docker image
83-
uses: actions/download-artifact@v7
83+
uses: actions/download-artifact@v8
8484
with:
8585
name: docker
8686
path: ${{ env.IMAGE }}
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
fetch-depth: 0
125125
- name: Restore docker image
126-
uses: actions/download-artifact@v7
126+
uses: actions/download-artifact@v8
127127
with:
128128
name: docker
129129
path: ${{ env.IMAGE }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ jobs:
9595
steps:
9696
- name: Download sdist and wheel artifacts
9797
if: matrix.package != 'archive'
98-
uses: actions/download-artifact@v7
98+
uses: actions/download-artifact@v8
9999
with:
100100
name: dist
101101
path: dist/
102102
- name: Download git archive artifact
103103
if: matrix.package == 'archive'
104-
uses: actions/download-artifact@v7
104+
uses: actions/download-artifact@v8
105105
with:
106106
name: archive
107107
path: archive/

0 commit comments

Comments
 (0)