From f36e7cadb642837cf85e939b7022ec2309ce166e Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Fri, 20 Sep 2024 13:04:12 +0000 Subject: [PATCH] upload-artifact@v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13a334484..fe9e0dd7e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: run: | coverage report -m --fail-under=100 --include="moler/events/**/*.py" - name: Upload pytest test results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: pytest-${{ matrix.os }}-${{ matrix.python-version }}