Skip to content

Commit 87f9adb

Browse files
dependabot[bot]austinvazquez
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]> (cherry picked from commit 97ec26a) Signed-off-by: Austin Vazquez <[email protected]>
1 parent 825d583 commit 87f9adb

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
@@ -142,7 +142,7 @@ jobs:
142142
needs: [build, check]
143143
steps:
144144
- name: Download builds and release notes
145-
uses: actions/download-artifact@v3
145+
uses: actions/download-artifact@v4
146146
with:
147147
path: builds
148148
- name: Create Release

0 commit comments

Comments
 (0)