Skip to content

Commit

Permalink
ci: Move to actions/upload-artifact@v4 to fix CI builds
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Oct 11, 2024
1 parent 9e9301d commit cea7376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: cmake --build . --parallel 7 --target all --target cpp_cp_sample --target cpp_pd_sample
- name: Package
run: cmake --build . --target package --target package_source
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: libosdp-ubuntu-latest-binaries.zip
path: artifacts/
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build python
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: python/dist/

0 comments on commit cea7376

Please sign in to comment.