We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9970ed6 commit 8f061edCopy full SHA for 8f061ed
.github/workflows/emscripten.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Dist prep
42
run: ./dist-prep.sh ${{ matrix.target }}
43
- name: Artifacts
44
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
45
with:
46
name: ${{ matrix.target }}
47
path: dist
@@ -50,7 +50,7 @@ jobs:
50
needs: [emscripten]
51
steps:
52
- name: Download build artifacts
53
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
54
55
path: ./
56
- name: Arrange artifacts
@@ -61,7 +61,7 @@ jobs:
61
tar -czf libheif.tar.gz libheif libheif-wasm
62
ls -lR
63
- name: Publish grouped artifacts
64
65
66
name: libheif-dist
67
path: '.'
0 commit comments