From 2932c6ed3efad05c90a970d7913aae91aeb53142 Mon Sep 17 00:00:00 2001 From: hjpotter92 Date: Fri, 15 Dec 2023 18:03:06 +0530 Subject: [PATCH] build.yaml: Revert actions/upload-artifact to v3 (#228) https://xkcd.com/1172/ --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index da6f2bb..bd2c228 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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/