Skip to content

Commit fd28241

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/download-artifact from 3 to 4
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>
1 parent cbadf58 commit fd28241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
- pypy
293293
if: "startsWith(github.ref, 'refs/tags/')"
294294
steps:
295-
- uses: actions/download-artifact@v3
295+
- uses: actions/download-artifact@v4
296296
with:
297297
name: dist
298298
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)