Skip to content

Commit 6909c58

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5da0635 commit 6909c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.event_name == 'push'
3333
steps:
3434
- name: Download artifact
35-
uses: actions/download-artifact@v1
35+
uses: actions/download-artifact@v4.1.7
3636
with:
3737
name: ${{ github.event.repository.name }}
3838
- id: release_info

0 commit comments

Comments
 (0)