Skip to content

Commit

Permalink
Merge pull request #23 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 d5e6c9b + de822c4 commit ce47c20
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 @@ -449,7 +449,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 @@ -497,7 +497,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: DeveMazeGeneratorCoreNuGet
path: ./artifacts/DeveMazeGeneratorCoreNuGet/
Expand Down

0 comments on commit ce47c20

Please sign in to comment.