From 297d71166cf4e252922ac01e82df6b6c05b05329 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 3 Feb 2024 15:03:50 +0100 Subject: [PATCH] update actions --- .github/workflows/pytests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index eb3ca1ff..2918459b 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -55,7 +55,7 @@ jobs: run: | cat phpd.log cat extras/shareservice/php-error.log - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: coverage path: coverage.xml @@ -86,7 +86,7 @@ jobs: - name: Test with pytest run: | pdm run test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: coverage-hardware-rpi path: ./coverage.xml @@ -99,6 +99,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Upload to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4