Skip to content

Commit 59321e8

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2827c4 commit 59321e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# alternatively, to publish when a GitHub Release is created, use the following rule:
6464
# if: github.event_name == 'release' && github.event.action == 'published'
6565
steps:
66-
- uses: actions/download-artifact@v2
66+
- uses: actions/download-artifact@v4.1.7
6767
with:
6868
name: artifact
6969
path: dist

0 commit comments

Comments
 (0)