Skip to content

Commit bc6a2f5

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- 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 d8a72bd commit bc6a2f5

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@v2
295+
- uses: actions/download-artifact@v3
296296
with:
297297
name: dist
298298
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)