Skip to content

Commit 84ab8b6

Browse files
Bump actions/upload-artifact from 6 to 7 (#128)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sanathkeshav <sanathkeshav.mysore@gmail.com>
1 parent ddc2246 commit 84ab8b6

4 files changed

Lines changed: 8845 additions & 7344 deletions

File tree

.github/workflows/build_and_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ jobs:
4646
cmake --version
4747
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
4848
49-
- uses: actions/upload-artifact@v6
49+
- uses: actions/upload-artifact@v7
5050
if: failure()
5151
with:
5252
name: ${{ format('Ubuntu {0}', matrix.UBUNTU_VERSION) }} CMakeCache
5353
path: ${{ env.FANS_BUILD_DIR }}/CMakeCache.txt
54-
- uses: actions/upload-artifact@v6
54+
- uses: actions/upload-artifact@v7
5555
if: failure()
5656
with:
5757
name: ${{ format('Ubuntu {0}', matrix.UBUNTU_VERSION) }} CMakeLogs
5858
path: '${{ env.FANS_BUILD_DIR }}/CMakeFiles/*.log'
59-
- uses: actions/upload-artifact@v6
59+
- uses: actions/upload-artifact@v7
6060
if: failure()
6161
with:
6262
name: ${{ format('Ubuntu {0}', matrix.UBUNTU_VERSION) }} CompileCommands
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
su -c "ctest" ${{ env.FANS_MPI_USER }}
7777
78-
- uses: actions/upload-artifact@v6
78+
- uses: actions/upload-artifact@v7
7979
if: failure()
8080
with:
8181
name: ${{ format('Ubuntu {0}', matrix.UBUNTU_VERSION) }} CTest logs
@@ -87,7 +87,7 @@ jobs:
8787
- name: Run pytest checks on HDF5 output
8888
run: pixi run -e dashboard pytest
8989

90-
- uses: actions/upload-artifact@v6
90+
- uses: actions/upload-artifact@v7
9191
if: failure()
9292
with:
9393
name: ${{ format('Ubuntu {0}', matrix.UBUNTU_VERSION) }} PyTest logs

.github/workflows/pixi_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
run: pixi run test
3232

3333
- name: Upload test logs
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: ${{ matrix.os }} test-logs
3737
path: test/output/*.log
3838

39-
- uses: actions/upload-artifact@v6
39+
- uses: actions/upload-artifact@v7
4040
if: failure()
4141
with:
4242
name: ${{ matrix.os }} PyTest logs

0 commit comments

Comments
 (0)