Skip to content

Commit 7cc4fa5

Browse files
dependabot[bot]jpmckinney
authored andcommitted
build(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/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/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2fee428 commit 7cc4fa5

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
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/download-artifact@v5
23+
- uses: actions/download-artifact@v6
2424
with:
2525
name: python-package-distributions
2626
path: dist/
@@ -35,7 +35,7 @@ jobs:
3535
id-token: write
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/download-artifact@v5
38+
- uses: actions/download-artifact@v6
3939
with:
4040
name: python-package-distributions
4141
path: dist/

0 commit comments

Comments
 (0)