Skip to content

Commit

Permalink
⬆️ Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 14, 2023
1 parent 5342d11 commit 36c1e15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
mode: 'download'
- name: "Get artifact: PSGallery-package"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: PSGallery-package
path: ./out/
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
with:
mode: 'download'
- name: "Get artifact: PSGallery-package"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: PSGallery-package
path: ./out/
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
mode: 'download'
github_token: "${{ secrets.GITHUB_TOKEN }}"
- name: "Get artifact: PSGallery-package"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: PSGallery-package
path: ./out/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: "Get artifact: PSGallery-package"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: PSGallery-package
path: ./out/
Expand Down

0 comments on commit 36c1e15

Please sign in to comment.