Skip to content

Commit aa56b41

Browse files
Bump actions/download-artifact from 4 to 5
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] <support@github.com>
1 parent de62077 commit aa56b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
if: github.event_name == 'release' && github.event.action == 'published'
3535
steps:
36-
- uses: actions/download-artifact@v4
36+
- uses: actions/download-artifact@v5
3737
with:
3838
name: artifact
3939
path: dist

0 commit comments

Comments
 (0)