Skip to content

Commit 0c17e0e

Browse files
Bump actions/download-artifact from 6 to 7 (#609)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61fb1ea commit 0c17e0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: Install Python
5555
with:
5656
python-version: "3.11"
57-
- uses: actions/download-artifact@v6
57+
- uses: actions/download-artifact@v7
5858
with:
5959
name: releases
6060
path: dist
@@ -91,7 +91,7 @@ jobs:
9191
id-token: write
9292

9393
steps:
94-
- uses: actions/download-artifact@v6
94+
- uses: actions/download-artifact@v7
9595
with:
9696
name: releases
9797
path: dist

.github/workflows/testpypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
name: Install Python
6767
with:
6868
python-version: "3.11"
69-
- uses: actions/download-artifact@v6
69+
- uses: actions/download-artifact@v7
7070
with:
7171
name: releases
7272
path: dist

0 commit comments

Comments
 (0)