Skip to content

Commit a1be162

Browse files
Bump actions/download-artifact from 4 to 5 in the github-actions group (#40)
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 866a535 commit a1be162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
permissions:
4040
contents: write
4141
steps:
42-
- uses: actions/download-artifact@v4
42+
- uses: actions/download-artifact@v5
4343
name: Download build artifacts 📦
4444
- name: Create draft release 🐙
4545
run: >-
@@ -63,7 +63,7 @@ jobs:
6363
contents: write
6464
id-token: write
6565
steps:
66-
- uses: actions/download-artifact@v4
66+
- uses: actions/download-artifact@v5
6767
# Try uploading to Test PyPI first, in case something fails.
6868
- name: Publish to Test PyPI 🧪
6969
uses: pypa/[email protected]

0 commit comments

Comments
 (0)