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] authored Dec 15, 2023
1 parent 221ed46 commit dc237f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,22 @@ jobs:
echo "version=$version" >> $GITHUB_OUTPUT
- name: Download Linux build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dtool-lookup-gui-linux-release

- name: Download Windows build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dtool-lookup-gui-windows-release

- name: Download Windows installer build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dtool-lookup-gui-windows-installer-release

- name: Download MacOS build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dtool-lookup-gui-macos-release

Expand Down

0 comments on commit dc237f9

Please sign in to comment.