Skip to content

Commit ad7ea0e

Browse files
authored
Merge pull request #22 from yushulx/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents f2827c4 + 59321e8 commit ad7ea0e

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)