From ceaf5a46739e5e44d67b50f374456c736c1b28a6 Mon Sep 17 00:00:00 2001 From: sp-ricard-valverde Date: Wed, 6 Nov 2024 11:18:52 +0100 Subject: [PATCH] ci: update deprecated action --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 376914b..0945463 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,10 +68,12 @@ jobs: tox --parallel --develop - name: Archive tox logs on failure if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: - name: tox-logs - path: tox_logs/* + name: tox-logs-${{ matrix.runs-on }} + path: tox_logs-${{ matrix.runs-on }}/* + include-hidden-files: true + overwrite: true release: runs-on: ubuntu-latest