Skip to content

Commit

Permalink
Update GitHub actions to use upload/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Feb 3, 2025
1 parent 9bd188f commit 72022d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
java -cp "build/zserio-runtime.jar:build" Main read
- name: Archive Zserio Java tutorial classes
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zserio-tutorial-java-${{matrix.os}}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shell: bash

- name: Archive Zserio Java tutorial classes
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zserio-tutorial-java-${{matrix.os}}
path: |
Expand Down

0 comments on commit 72022d5

Please sign in to comment.