Downgrade artifacts action again

This commit is contained in:
BtbN 2024-02-13 16:51:15 +01:00
parent 9877462cf5
commit 19832e173a
2 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ jobs:
T="$(echo -n ${{ github.token }} | sha256sum | head -c 64)" && echo -e "::add-mask::${T}\n::stop-commands::${T}"
./build.sh ${{ matrix.target }} ${{ matrix.variant }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ffmpeg
path: artifacts/*

View File

@ -58,7 +58,7 @@ jobs:
- name: Build ffmpeg
run: ./build.sh ${{ matrix.target }} ${{ matrix.variant }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ffmpeg
path: artifacts/*