Skip to content

Commit 8831290

Browse files
authored
Merge pull request #18 from Myriadbits/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 68ffa49 + d95f06e commit 8831290

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
@@ -134,7 +134,7 @@ jobs:
134134
echo "UPLOAD_URL = $UPLOAD_URL"
135135
136136
- name: Download build artifact
137-
uses: actions/download-artifact@v3
137+
uses: actions/download-artifact@v4.1.7
138138
with:
139139
name: ${{ env.ARTIFACT_NAME }}
140140

0 commit comments

Comments
 (0)