From 8f061edf126d25aa365a9565cca32001b2078dfb Mon Sep 17 00:00:00 2001 From: Kiril Vatev Date: Sat, 19 Oct 2024 00:40:34 -0400 Subject: [PATCH] updating artifact actions --- .github/workflows/emscripten.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 808c176..fe98671 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -41,7 +41,7 @@ jobs: - name: Dist prep run: ./dist-prep.sh ${{ matrix.target }} - name: Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.target }} path: dist @@ -50,7 +50,7 @@ jobs: needs: [emscripten] steps: - name: Download build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: ./ - name: Arrange artifacts @@ -61,7 +61,7 @@ jobs: tar -czf libheif.tar.gz libheif libheif-wasm ls -lR - name: Publish grouped artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: libheif-dist path: '.'