From b6d068aa233b2d6e202f3a295833fa46f202bcfb Mon Sep 17 00:00:00 2001 From: VinzentRisch <100149044+VinzentRisch@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:35:30 +0100 Subject: [PATCH] CI: Update download and upload artifact actions to v4 (#219) --- .github/workflows/ci-dev.yaml | 2 +- .github/workflows/q2-ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index bfd90f5b..b11b03c1 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 name: 'Fetch coverage from builds' with: name: ${{ needs.ci.outputs.additional-reports-name }} diff --git a/.github/workflows/q2-ci.yaml b/.github/workflows/q2-ci.yaml index b604d221..206677b9 100644 --- a/.github/workflows/q2-ci.yaml +++ b/.github/workflows/q2-ci.yaml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 name: 'Fetch coverage from builds' with: name: ${{ needs.ci.outputs.additional-reports-name }}