Skip to content

Commit 0938dbd

Browse files
Bump the github-actions group with 2 updates (#35)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '6' 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 3ca6686 commit 0938dbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
--wheel
2727
--outdir dist/
2828
.
29-
- uses: actions/upload-artifact@v4
29+
- uses: actions/upload-artifact@v5
3030
name: Upload build artifacts 📦
3131
with:
3232
name: wheel
@@ -41,7 +41,7 @@ jobs:
4141
permissions:
4242
contents: write
4343
steps:
44-
- uses: actions/download-artifact@v5
44+
- uses: actions/download-artifact@v6
4545
name: Download build artifacts 📦
4646
- name: Create draft release 🐙
4747
run: >-
@@ -65,7 +65,7 @@ jobs:
6565
contents: write
6666
id-token: write
6767
steps:
68-
- uses: actions/download-artifact@v5
68+
- uses: actions/download-artifact@v6
6969
# Try uploading to Test PyPI first, in case something fails.
7070
- name: Publish to Test PyPI 🧪
7171
uses: pypa/[email protected]

0 commit comments

Comments
 (0)