Skip to content

Commit 983709a

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (#65)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c376b0 commit 983709a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Get Build Artifacts
64-
uses: actions/download-artifact@v4.3.0
64+
uses: actions/download-artifact@v5.0.0
6565
with:
6666
pattern: dist-*
6767
path: dist

0 commit comments

Comments
 (0)