Skip to content

Commit a4fa576

Browse files
Bump actions/download-artifact from 4 to 5 (#221)
Bumps [actions/download-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Pilz <[email protected]>
1 parent 7df561c commit a4fa576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: Install Python
5858
with:
5959
python-version: "3.10"
60-
- uses: actions/download-artifact@v4
60+
- uses: actions/download-artifact@v5
6161
with:
6262
name: releases
6363
path: dist
@@ -78,7 +78,7 @@ jobs:
7878
if: github.event_name == 'release'
7979
runs-on: ubuntu-latest
8080
steps:
81-
- uses: actions/download-artifact@v4
81+
- uses: actions/download-artifact@v5
8282
with:
8383
name: releases
8484
path: dist

0 commit comments

Comments
 (0)