Skip to content

Commit

Permalink
Update upload-artifact to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn authored Oct 8, 2024
1 parent 4f7b681 commit cebb02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: mv metagraph/build/metagraph_${{ matrix.alphabet }} metagraph/build/metagraph_${{ matrix.alphabet }}_noAVX
- name: upload static binary
if: ${{ matrix.build_static == 'ON' && matrix.compiler == 'g++-11' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: metagraph_${{ matrix.alphabet }}_linux_x86
path: metagraph/build/metagraph_${{ matrix.alphabet }}${{ matrix.with_avx == 'OFF' && '_noAVX' || '' }}
Expand Down

0 comments on commit cebb02c

Please sign in to comment.