From ae1b833650509fee906dd7a4a6b8769556963155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Gudy=C5=9B?= Date: Tue, 20 Aug 2024 23:15:17 +0200 Subject: [PATCH] Tests update --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5472095..ea6c55f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,18 +19,18 @@ jobs: runs-on: ['${{ matrix.machine }}'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: recursive - name: make run: | g++ --version - make -j CXX=g++-11 + make -j CXX=g++-12 - name: tar artifacts run: tar -cvf kmer-db.tar ./kmer-db ./test/virus - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: executable-artifact-${{ matrix.machine }} path: ./kmer-db.tar @@ -48,7 +48,7 @@ jobs: INPUT_DIR: ./test/virus steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: executable-artifact-${{ matrix.machine }} path: ./