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 2663d2d commit 5399bfd
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 @@ -106,7 +106,7 @@ jobs:
build_pmr/ZserioTutorialCppPmr read
- name: Archive Zserio C++ tutorial binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zserio-tutorial-cpp-${{matrix.os}}
path: build/ZserioTutorialCpp
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
shell: bash

- name: Archive Zserio C++ tutorial binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zserio-tutorial-cpp-${{matrix.os}}
path: build/Release/ZserioTutorialCpp.exe

0 comments on commit 5399bfd

Please sign in to comment.