Skip to content

Commit

Permalink
Update version of download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Sep 18, 2024
1 parent 10191b4 commit 1c2613e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-release-amateurdsn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

- name: Download binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Deploy 'latest' release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-release-linuxonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

- name: Download binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Deploy 'latest' release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-release-nowindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

- name: Download binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Deploy 'latest' release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

- name: Download binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Deploy 'latest' release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 1c2613e

Please sign in to comment.