Skip to content

Commit

Permalink
Using upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinte committed May 17, 2024
1 parent b870e43 commit 95d0276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# Only benchmark+release the 'release' builds, never the 'march=native' builds
- name: save binary for benchmarking and release
if: matrix.openmp == 'yes' && matrix.release == 'yes'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mcfost-binary-${{ matrix.os }}-${{ matrix.compiler }}
path: src/mcfost
Expand Down

0 comments on commit 95d0276

Please sign in to comment.