Skip to content

Commit fed992a

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#70)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e68ceb2 commit fed992a

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@v5.0.0
64+
uses: actions/download-artifact@v6.0.0
6565
with:
6666
pattern: dist-*
6767
path: dist

0 commit comments

Comments
 (0)