Skip to content

Commit 6425804

Browse files
authored
Merge pull request #1713 from microsoftgraph/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents 6449419 + 49214b2 commit 6425804

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
@@ -69,7 +69,7 @@ jobs:
6969
distribution: 'adopt'
7070
cache: gradle
7171
- name: Download Current Build
72-
uses: actions/download-artifact@v3
72+
uses: actions/download-artifact@v4
7373
with:
7474
name: drop
7575
path: artifacts/current/

0 commit comments

Comments
 (0)