Skip to content

Commit

Permalink
Merge pull request #24 from catdad-experiments/22-actions-maintenance
Browse files Browse the repository at this point in the history
updating artifact actions
  • Loading branch information
catdad authored Oct 21, 2024
2 parents 9970ed6 + 8f061ed commit 29452a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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: '.'
Expand Down

0 comments on commit 29452a5

Please sign in to comment.