Skip to content

Commit 317f50a

Browse files
authored
Merge pull request #1346 from microsoftgraph/dependabot/github_actions/dawidd6/action-download-artifact-2.25.0
Bump dawidd6/action-download-artifact from 2.24.3 to 2.25.0
2 parents 2737d5d + a132518 commit 317f50a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/git-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Download Build Artifact
15-
uses: dawidd6/action-download-artifact@v2.24.3
15+
uses: dawidd6/action-download-artifact@v2.25.0
1616
with:
1717
workflow: preview-and-release.yml
1818
workflow_conclusion: success

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: drop
7575
path: artifacts/current/
7676
- name: Download Last Successful Build
77-
uses: dawidd6/action-download-artifact@v2.24.3
77+
uses: dawidd6/action-download-artifact@v2.25.0
7878
with:
7979
workflow: preview-and-release.yml
8080
workflow_conclusion: success

0 commit comments

Comments
 (0)