Skip to content

Commit

Permalink
Merge pull request #18 from devedse/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-3

Bump actions/download-artifact from 2 to 3
  • Loading branch information
devedse authored Jan 21, 2023
2 parents e5d90e3 + fbd9aa3 commit 2d57429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ./artifacts/

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ./artifacts/
- name: Run CreatePackage.ps1 script
Expand Down

0 comments on commit 2d57429

Please sign in to comment.