Skip to content

Commit

Permalink
bump upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Jan 14, 2025
1 parent 9fbeab1 commit e95fda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Provide binary as artifact
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: speeve-executable
path: speeve
path: speeve

0 comments on commit e95fda0

Please sign in to comment.