Skip to content

Commit abbd0a3

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

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@v5
72+
- uses: actions/download-artifact@v7
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@v5
72+
- uses: actions/download-artifact@v7
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@v5
72+
- uses: actions/download-artifact@v7
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@v5
72+
- uses: actions/download-artifact@v7
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@v5
72+
- uses: actions/download-artifact@v7
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@v4
35+
uses: actions/download-artifact@v7
3636
with:
3737
name: dist
3838
path: dist/

0 commit comments

Comments
 (0)