Skip to content

Commit

Permalink
Update binaries_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike5535 authored Sep 14, 2024
1 parent bb6b40f commit 86e2b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- run: make build
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: binaries
path: cmd/*/*_bin
Expand All @@ -58,7 +58,7 @@ jobs:
git pull
- name: Download binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: binaries
path: binaries
Expand Down

0 comments on commit 86e2b95

Please sign in to comment.