Skip to content

Commit

Permalink
[CI] Update the version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored and jfowkes committed Jun 25, 2024
1 parent 3530bf3 commit 4a0a722
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
shell: bash
run: |
meson compile -C builddir
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.os }}_${{ matrix.compiler }}_${{ matrix.compiler_version }}_METIS_${{ matrix.metis }}_meson-log.txt
Expand All @@ -208,7 +208,7 @@ jobs:
shell: bash
run: |
meson install -C builddir
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.os }}_${{ matrix.compiler }}_${{ matrix.compiler_version }}_METIS_${{ matrix.metis }}_install-log.txt
Expand All @@ -218,7 +218,7 @@ jobs:
shell: bash
run: |
meson test -C builddir
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.os }}_${{ matrix.compiler }}_${{ matrix.compiler_version }}_METIS_${{ matrix.metis }}_testlog.txt
Expand Down

0 comments on commit 4a0a722

Please sign in to comment.