Skip to content

Commit 29452a5

Browse files
authored
Merge pull request #24 from catdad-experiments/22-actions-maintenance
updating artifact actions
2 parents 9970ed6 + 8f061ed commit 29452a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/emscripten.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Dist prep
4242
run: ./dist-prep.sh ${{ matrix.target }}
4343
- name: Artifacts
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: ${{ matrix.target }}
4747
path: dist
@@ -50,7 +50,7 @@ jobs:
5050
needs: [emscripten]
5151
steps:
5252
- name: Download build artifacts
53-
uses: actions/download-artifact@v3
53+
uses: actions/download-artifact@v4
5454
with:
5555
path: ./
5656
- name: Arrange artifacts
@@ -61,7 +61,7 @@ jobs:
6161
tar -czf libheif.tar.gz libheif libheif-wasm
6262
ls -lR
6363
- name: Publish grouped artifacts
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: libheif-dist
6767
path: '.'

0 commit comments

Comments
 (0)