From 82369ccbc6f500bd14bb27159b7d9336572b108c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 28 Aug 2024 14:54:47 +0200 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 2 to 3 in the github-actions group A smaller step towards: * #182 This one should pass. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80b075b..0895dbf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: - name: HTML coverage reports if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: coverage_${{ matrix.python-version }} path: coverage