Skip to content

Commit

Permalink
chore(pipeline): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dominis committed Oct 31, 2024
1 parent cd6f1f0 commit 509198a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mv share_*.tar.gz release/
- name: Upload Release Asset
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: share-binaries
path: release/*.tar.gz
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: share-binaries
path: release
Expand Down

0 comments on commit 509198a

Please sign in to comment.