Skip to content

Commit ab4d0ae

Browse files
dependabot[bot]igaw
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] <[email protected]>
1 parent 98cc042 commit ab4d0ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
if: startsWith(github.ref, 'refs/tags/v')
3838
steps:
39-
- uses: actions/download-artifact@v3
39+
- uses: actions/download-artifact@v4
4040
with:
4141
name: artifact
4242
path: dist
@@ -60,7 +60,7 @@ jobs:
6060
echo ::set-output name=match::true
6161
fi
6262
- name: Download artifiact
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
if: steps.check-tag.outputs.match == 'true'
6565
with:
6666
name: artifact

0 commit comments

Comments
 (0)