Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 8c6f84c

Browse files
authoredSep 10, 2024
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#140)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1af5e8b commit 8c6f84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: download all artifacts
29-
uses: actions/download-artifact@v3
29+
uses: actions/download-artifact@v4.1.7
3030
with:
3131
path: artifacts/
3232
- name: list artifacts

0 commit comments

Comments
 (0)