Switch to upload/download-artifacts that retain permissions
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
cmake -S . -B build ${CMAKE_FLAGS}
|
cmake -S . -B build ${CMAKE_FLAGS}
|
||||||
make -C build -j
|
make -C build -j
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
uses: actions/upload-artifact@v4
|
uses: pyTooling/upload-artifact@v1.7.2
|
||||||
with:
|
with:
|
||||||
name: build-${{ matrix.name }}
|
name: build-${{ matrix.name }}
|
||||||
path: build
|
path: build
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
PARTITION_NAME: ${{ matrix.partition }}
|
PARTITION_NAME: ${{ matrix.partition }}
|
||||||
steps:
|
steps:
|
||||||
- *cleanup
|
- *cleanup
|
||||||
- uses: actions/download-artifact@v4
|
- uses: pyTooling/download-artifact@v1.7.2
|
||||||
with:
|
with:
|
||||||
name: build-${{ matrix.name }}
|
name: build-${{ matrix.name }}
|
||||||
- uses: astron-rd/slurm-action@v1.2
|
- uses: astron-rd/slurm-action@v1.2
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
PARTITION_NAME: ${{ matrix.partition }}
|
PARTITION_NAME: ${{ matrix.partition }}
|
||||||
steps:
|
steps:
|
||||||
- *cleanup
|
- *cleanup
|
||||||
- uses: actions/download-artifact@v4
|
- uses: pyTooling/download-artifact@v1.7.2
|
||||||
with:
|
with:
|
||||||
name: build-${{ matrix.name }}
|
name: build-${{ matrix.name }}
|
||||||
- uses: astron-rd/slurm-action@v1.2
|
- uses: astron-rd/slurm-action@v1.2
|
||||||
|
|||||||
Reference in New Issue
Block a user