From 4ef017959ce93095c13b9e6791f31077e10b5fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Fri, 5 Jan 2024 12:04:46 +0100 Subject: [PATCH] MNT: upgrade upload/download-artifact GitHub actions --- .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 183d198..6038a35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: run: poetry run -- tox -e test-cov -- --junitxml={toxinidir}/report.xml - name: Upload Test Results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Unit Test Results ${{ matrix.python-version }} path: | @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Event File path: ${{ github.event_path }}