attempt to update to GH artifacts v4
This commit is contained in:
parent
600f1d8138
commit
b9c5ca750f
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Build ffmpeg-core
|
- name: Build ffmpeg-core
|
||||||
run: make prd EXTRA_ARGS="--cache-from=type=local,src=build-cache-st --cache-to=type=local,dest=build-cache-st,mode=max"
|
run: make prd EXTRA_ARGS="--cache-from=type=local,src=build-cache-st --cache-to=type=local,dest=build-cache-st,mode=max"
|
||||||
- name: Upload core
|
- name: Upload core
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ffmpeg-core
|
name: ffmpeg-core
|
||||||
path: packages/core/dist/*
|
path: packages/core/dist/*
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
- name: Build ffmpet-core-mt
|
- name: Build ffmpet-core-mt
|
||||||
run: make prd-mt EXTRA_ARGS="--cache-from=type=local,src=build-cache-mt --cache-to=type=local,dest=build-cache-mt,mode=max"
|
run: make prd-mt EXTRA_ARGS="--cache-from=type=local,src=build-cache-mt --cache-to=type=local,dest=build-cache-mt,mode=max"
|
||||||
- name: Upload core-mt
|
- name: Upload core-mt
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ffmpeg-core-mt
|
name: ffmpeg-core-mt
|
||||||
path: packages/core-mt/dist/*
|
path: packages/core-mt/dist/*
|
||||||
@ -66,12 +66,12 @@ jobs:
|
|||||||
- name: Checkout Source Code
|
- name: Checkout Source Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Download ffmpeg-core
|
- name: Download ffmpeg-core
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ffmpeg-core
|
name: ffmpeg-core
|
||||||
path: packages/core/dist
|
path: packages/core/dist
|
||||||
- name: Download ffmpeg-core-mt
|
- name: Download ffmpeg-core-mt
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ffmpeg-core-mt
|
name: ffmpeg-core-mt
|
||||||
path: packages/core-mt/dist
|
path: packages/core-mt/dist
|
||||||
|
Loading…
Reference in New Issue
Block a user