Skip to content

Commit 4ce8687

Browse files
dependabot[bot]dlech
authored andcommitted
build(deps): bump actions/download-artifact from 7 to 8
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>
1 parent abbd0a3 commit 4ce8687

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish-v5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# upload to PyPI on every tag
7070
if: github.event_name == 'push' && github.ref_type == 'tag'
7171
steps:
72-
- uses: actions/download-artifact@v7
72+
- uses: actions/download-artifact@v8
7373
with:
7474
pattern: artifact-*
7575
merge-multiple: true

.github/workflows/publish-v6.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# upload to PyPI on every tag
7070
if: github.event_name == 'push' && github.ref_type == 'tag'
7171
steps:
72-
- uses: actions/download-artifact@v7
72+
- uses: actions/download-artifact@v8
7373
with:
7474
pattern: artifact-*
7575
merge-multiple: true

.github/workflows/publish-v6.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# upload to PyPI on every tag
7070
if: github.event_name == 'push' && github.ref_type == 'tag'
7171
steps:
72-
- uses: actions/download-artifact@v7
72+
- uses: actions/download-artifact@v8
7373
with:
7474
pattern: artifact-*
7575
merge-multiple: true

.github/workflows/publish-v6.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# upload to PyPI on every tag
7070
if: github.event_name == 'push' && github.ref_type == 'tag'
7171
steps:
72-
- uses: actions/download-artifact@v7
72+
- uses: actions/download-artifact@v8
7373
with:
7474
pattern: artifact-*
7575
merge-multiple: true

.github/workflows/publish-v6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# upload to PyPI on every tag
7070
if: github.event_name == 'push' && github.ref_type == 'tag'
7171
steps:
72-
- uses: actions/download-artifact@v7
72+
- uses: actions/download-artifact@v8
7373
with:
7474
pattern: artifact-*
7575
merge-multiple: true

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Download the dist
35-
uses: actions/download-artifact@v7
35+
uses: actions/download-artifact@v8
3636
with:
3737
name: dist
3838
path: dist/

0 commit comments

Comments
 (0)