Skip to content

Commit

Permalink
CI: use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jan 1, 2025
1 parent 766bd53 commit 806af9f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-tools-bin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
run: cmake --build _build --config Release --parallel

- name: Generate mkclean artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mkclean-${{ matrix.os }}
path: _build/mkclean/pkg_bin

- name: Generate mkvalidator artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mkvalidator-${{ matrix.os }}
path: _build/mkvalidator/pkg_bin
2 changes: 1 addition & 1 deletion .github/workflows/libmatroska-semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
curl -o KaxSemantic.h https://raw.githubusercontent.com/Matroska-Org/libmatroska/master/matroska/KaxSemantic.h
- name: Generate libmatroska artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libmatroska-semantic
path: _build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libmatroska-semantic_1x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
curl -o KaxSemantic.h https://raw.githubusercontent.com/Matroska-Org/libmatroska/v1.x/matroska/KaxSemantic.h
- name: Generate libmatroska v1.x artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libmatroska-semantic
path: _build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libmatroska2-semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
xsltproc -o _build/matroska2/matroska_sem.h spectool/schema_2_matroska_sem_h.xsl ebml_matroska.xml
- name: Generate libmatroska2 artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libmatroska2-semantic
path: _build
Expand Down

0 comments on commit 806af9f

Please sign in to comment.