Skip to content

Commit

Permalink
Merge pull request #308 from livMatS/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
jotelha authored Sep 5, 2024
2 parents 37a0d61 + dc237f9 commit 866a4a3
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 866a4a3

Please sign in to comment.