Skip to content

Commit

Permalink
Bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cvonelm committed Sep 16, 2024
1 parent a323e32 commit 0eca109
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
- name: Build
run: make -j 2
- name: Create source tarball
if: ${{ matrix.compiler == 'g++-10' && matrix.os == 'ubuntu-20.04' && matrix.build-type == 'RelWithDebInfo' }}
if: ${{ matrix.compiler == 'g++-10' && matrix.os == 'ubuntu-20.04' && matrix.build-type == 'RelWithDebInfo' && matrix.hw_breakpoint == 'ON'}}
run: make dist
- uses: actions/upload-artifact@v2
if: ${{ matrix.compiler == 'g++-10' && matrix.os == 'ubuntu-20.04' && matrix.build-type == 'RelWithDebInfo' }}
- uses: actions/upload-artifact@v4
if: ${{ matrix.compiler == 'g++-10' && matrix.os == 'ubuntu-20.04' && matrix.build-type == 'RelWithDebInfo' && matrix.hw_breakpoint == 'ON'}}
with:
overwrite: true
path: lo2s*.tar.bz2

0 comments on commit 0eca109

Please sign in to comment.