Skip to content

Commit

Permalink
Return to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
Revert "Use actions/[email protected] to fix artifact symlinks"

This reverts commit 82bd3e7.

xref: actions/upload-artifact#590 (comment)
  • Loading branch information
jdblischak committed Oct 17, 2024
1 parent 82bd3e7 commit 48f88d5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
if: github.ref_name == 'main'
run: cmake --build build-libtiledb --config Release --target install-tiledb
- name: Upload libtiledb as artifact
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4
with:
name: nightly-libtiledb-linux
path: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
export TILEDB_PATH=$(pwd)/install-libtiledb/
python -m pip wheel -Cskbuild.cmake.define.TILEDB_REMOVE_DEPRECATIONS=OFF -v --wheel-dir=dist .
- name: Upload Python wheel as artifact
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4
with:
name: nightly-tiledb-py-linux
path: dist/tiledb-*-linux_x86_64.whl
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
run: |
R CMD INSTALL --configure-args=--with-tiledb=$(pwd)/install-libtiledb --build tiledb_*.tar.gz
- name: Upload R binary tarball as artifact
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4
with:
name: nightly-tiledb-r-linux
path: tiledb_*_R_x86_64-pc-linux-gnu.tar.gz
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
cmake --build build-libtiledbvcf --config Release --target install-libtiledbvcf
ls -R install-libtiledbvcf/
- name: Upload libtiledbvcf as artifact
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4
with:
name: nightly-libtiledbvcf-linux
path: |
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
export TileDB_DIR=$(pwd)/install-libtiledb/lib/cmake/TileDB
python -m pip wheel -v --wheel-dir=apis/python/dist apis/python
- name: Upload Python wheel as artifact
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4
with:
name: nightly-tiledbvcf-py-linux
path: apis/python/dist/tiledbvcf-*-linux_x86_64.whl
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
cmake --build build-libtiledbsoma --target install-libtiledbsoma
ls -R $(pwd)/install-libtiledb/
- name: Upload libtiledbsoma as artifact
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4
with:
name: nightly-libtiledbsoma-linux
path: |
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
cd apis/python
python setup.py bdist_wheel
- name: Upload Python wheel as artifact
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4
with:
name: nightly-tiledbsoma-py-linux
path: apis/python/dist/tiledbsoma-*-linux_x86_64.whl
Expand Down Expand Up @@ -493,7 +493,7 @@ jobs:
run:
cd apis/r && R CMD INSTALL --install-tests --build tiledbsoma_*.tar.gz
- name: Upload R binary tarball as artifact
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4
with:
name: nightly-tiledbsoma-r-linux
path: apis/r/tiledbsoma_*_R_x86_64-pc-linux-gnu.tar.gz
Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
- name: Create a wheel
run: python setup.py bdist_wheel
- name: Upload Python wheel as artifact
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4
with:
name: nightly-tiledb-cloud-py-linux
path: dist/tiledb_cloud-*-none-any.whl
Expand Down

0 comments on commit 48f88d5

Please sign in to comment.