Skip to content

Commit 7e9b83e

Browse files
build(deps): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c7617b commit 7e9b83e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo "install task"
8585
go install github.com/go-task/task/v3/cmd/task@latest
8686
- name: "download checksums.txt"
87-
uses: actions/download-artifact@v4
87+
uses: actions/download-artifact@v6
8888
with: { name: checksums.txt, path: dist }
8989
- run: ./hack/scripts/gentap.sh
9090
- name: Build docs

0 commit comments

Comments
 (0)