Skip to content

Commit

Permalink
Merge pull request #2941 from livepeer/upload-artifacts
Browse files Browse the repository at this point in the history
actions/upload-artifact@v3 pinning
  • Loading branch information
pwilczynskiclearcode committed Dec 20, 2023
2 parents d877233 + 2f2f06e commit 3f4ee24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: ./upload_build.sh

- name: Upload artifacts for cutting release
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: releases/
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
run: ./upload_build.sh

- 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 3f4ee24

Please sign in to comment.