Skip to content

Commit 548d728

Browse files
authoredJan 17, 2024
Bump actions/download-artifact from 3 to 4 (#489)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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 766b84a commit 548d728

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/pypi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: Install Python
5555
with:
5656
python-version: "3.10"
57-
- uses: actions/download-artifact@v3
57+
- uses: actions/download-artifact@v4
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@v3
94+
- uses: actions/download-artifact@v4
9595
with:
9696
name: releases
9797
path: dist

‎.github/workflows/testpypi-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
name: Install Python
6767
with:
6868
python-version: "3.10"
69-
- uses: actions/download-artifact@v3
69+
- uses: actions/download-artifact@v4
7070
with:
7171
name: releases
7272
path: dist

0 commit comments

Comments
 (0)
Please sign in to comment.