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 346cde1 commit d16c348
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 @@ -42,7 +42,7 @@ jobs:
kill $(jobs -p)
- name: Archive Zserio C++ Pub/Sub Mosquitto binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zserio-pubsub-mosquitto-cpp-${{matrix.os}}
path: distr/*
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
shell: bash

- name: Archive Zserio C++ Pub/Sub Mosquitto binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zserio-pubsub-mosquitto-cpp-${{matrix.os}}
path: distr/*

0 comments on commit d16c348

Please sign in to comment.