Skip to content

Commit

Permalink
Merge pull request #19 from mantis-software-company/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/dot-github/workflows/actions/download-artifact-4.1.7

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
geekdinazor authored Sep 16, 2024
2 parents 82de58f + 7ff2b05 commit 3bbcbe7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,22 +218,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download MacOS Apple Silicon Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: macos-arm-artifact

- name: Download MacOS Intel Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: macos-intel-artifact

- name: Download Windows Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-artifact

- name: Download Linux Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: linux-artifact

Expand Down

0 comments on commit 3bbcbe7

Please sign in to comment.