Skip to content

Commit

Permalink
update artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPQualityPost committed Aug 27, 2024
1 parent 233c34e commit 28b62b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: meson setup ./build
- run: ninja -C ./build
- run: meson install -C ./build --destdir ./install
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: orbuculum-linux
path: build/install/**/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: meson setup ./build
- run: ninja -C ./build
- run: meson install -C ./build --destdir ./install
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: orbuculum-osx
path: build/install/**/*
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 @@ -51,7 +51,7 @@ jobs:
- run: meson install -C ./build --destdir ./install --strip
working-directory: ./orbuculum
- run: cp ./libusb/install/bin/libusb-1.0.dll ./orbuculum/build/install/bin
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: orbuculum-win64
path: ./orbuculum/build/install/**/*.*
Expand Down

0 comments on commit 28b62b4

Please sign in to comment.