Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#398)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent 7ef12bb commit 4ae2e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkg_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download Notarized Package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: notarized-package
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkg_msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download Distribution
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download MSI Package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: msi
path: dist
Expand Down

0 comments on commit 4ae2e39

Please sign in to comment.