Skip to content

Commit

Permalink
Merge pull request #1705 from microsoftgraph/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/dawidd6/action-download-artifact-3.0.0

Bump dawidd6/action-download-artifact from 2.28.1 to 3.0.0
  • Loading branch information
andrueastman authored Dec 14, 2023
2 parents 5a8afdb + b1d3172 commit 3df0df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download Build Artifact
uses: dawidd6/action-download-artifact@v2.28.1
uses: dawidd6/action-download-artifact@v3.0.0
with:
workflow: preview-and-release.yml
workflow_conclusion: success
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
name: drop
path: artifacts/current/
- name: Download Last Successful Build
uses: dawidd6/action-download-artifact@v2.28.1
uses: dawidd6/action-download-artifact@v3.0.0
with:
workflow: preview-and-release.yml
workflow_conclusion: success
Expand Down

0 comments on commit 3df0df8

Please sign in to comment.