Skip to content

Commit

Permalink
chore: use upload-artifact@v4 for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
micovery committed Mar 5, 2025
1 parent 313927a commit 2a383ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload assets
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: apigee-go-gen
path: dist/*

0 comments on commit 2a383ca

Please sign in to comment.