Skip to content

Commit e94bacb

Browse files
authored
Merge pull request #1091 from microsoftgraph/dependabot/github_actions/dawidd6/action-download-artifact-7
chore(deps): bump dawidd6/action-download-artifact from 6 to 7
2 parents 59d669c + 0ba5791 commit e94bacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107107
run: echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
108108
- name: Download Last Successful Build
109-
uses: dawidd6/action-download-artifact@v6
109+
uses: dawidd6/action-download-artifact@v7
110110
with:
111111
workflow: preview-and-release.yml
112112
workflow_conclusion: success

0 commit comments

Comments
 (0)