Skip to content

Commit 4e0ae26

Browse files
authored
Merge pull request #1164 from microsoftgraph/dependabot/github_actions/dawidd6/action-download-artifact-2.23.0
Bump dawidd6/action-download-artifact from 2.22.0 to 2.23.0
2 parents fad67a3 + 0e8a211 commit 4e0ae26

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.22.0
15+
uses: dawidd6/action-download-artifact@v2.23.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
@@ -72,7 +72,7 @@ jobs:
7272
name: drop
7373
path: artifacts/current/
7474
- name: Download Last Successful Build
75-
uses: dawidd6/action-download-artifact@v2.22.0
75+
uses: dawidd6/action-download-artifact@v2.23.0
7676
with:
7777
workflow: preview-and-release.yml
7878
workflow_conclusion: success

0 commit comments

Comments
 (0)