Skip to content

Commit

Permalink
build.yaml: Revert actions/upload-artifact to v3 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 authored Dec 15, 2023
1 parent 1762218 commit 2932c6e
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 @@ -96,7 +96,7 @@ jobs:
tar -czf "../releases/livepeer-task-runner-${GOOS}-${GOARCH}.tar.gz" ./livepeer-task-runner
- name: Upload artifacts for processing further in linux
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: releases/
Expand Down

0 comments on commit 2932c6e

Please sign in to comment.