Skip to content

Commit 205cca5

Browse files
Bump dawidd6/action-download-artifact (#41)
Bumps the github_actions group with 1 update in the /.github/workflows directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 3 to 6 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efeb971 commit 205cca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "VERSION_NAME=${HEAD_BRANCH//./_}" >> ${GITHUB_ENV}
2828
2929
- name: Download app binaries
30-
uses: dawidd6/action-download-artifact@v3
30+
uses: dawidd6/action-download-artifact@v6
3131
with:
3232
name: compiled_app_binaries
3333
path: ./bin/

0 commit comments

Comments
 (0)