Skip to content

Commit ee55bf5

Browse files
authored
Merge pull request #261 from Byron/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
2 parents 4d859aa + 57a67a5 commit ee55bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
echo "target dir is: ${{ env.TARGET_DIR }}"
143143
144144
- name: Get release download URL
145-
uses: actions/download-artifact@v1
145+
uses: actions/download-artifact@v4.1.7
146146
with:
147147
name: artifacts
148148
path: artifacts

0 commit comments

Comments
 (0)