Skip to content

Commit

Permalink
chore: downgrade the artifact action to fix releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Nov 27, 2024
1 parent aa1e347 commit e6aa6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
strip -v "$f" || echo "strip failed"
working-directory: ./cli
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: binaries
path: cli/bin/
Expand All @@ -81,7 +81,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [compile]
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: binaries
- name: Release
Expand Down

0 comments on commit e6aa6e3

Please sign in to comment.