Skip to content

Commit

Permalink
artifact v4 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emilong committed Dec 11, 2024
1 parent 5382045 commit 8c3c219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: ./build-linux.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ffmpeg-linux-${{ env.ARCH }}
path: artifacts/
Expand All @@ -32,7 +32,7 @@ jobs:
needs:
- package-linux
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
path: artifacts/
- name: Make tarballs
Expand Down

0 comments on commit 8c3c219

Please sign in to comment.