From a8baf6ac03fc77bdd4e4f3c29bccbd97f699139e Mon Sep 17 00:00:00 2001 From: Gisela Gabernet Date: Fri, 27 Sep 2024 17:45:23 -0400 Subject: [PATCH] fix ci workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a013560c..8325bcf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: fail-fast: false steps: - name: Check out pipeline code - uses: actions/checkout@v3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Install Nextflow uses: nf-core/setup-nextflow@v1 @@ -83,7 +83,7 @@ jobs: - name: Upload logs on failure if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.0 with: name: logs-${{ matrix.profile }} path: |