Skip to content

Commit

Permalink
Update actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Jan 5, 2024
1 parent 135a56e commit b0fad2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
tar -czf "../releases/livepeer-analyzer-${GOOS}-${GOARCH}.tar.gz" livepeer-analyzer
- name: Upload artifacts for cutting release
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: releases/
Expand Down

0 comments on commit b0fad2a

Please sign in to comment.