diff --git a/.github/workflows/pull-request-test.yml b/.github/workflows/pull-request-test.yml index c944e05c61..3fa08837e2 100644 --- a/.github/workflows/pull-request-test.yml +++ b/.github/workflows/pull-request-test.yml @@ -41,7 +41,7 @@ jobs: sphinx-build -nNW -b spelling -d _build/doctrees . _build/spelling sphinx-build -qnNW . _build/html - name: Upload docs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() with: name: docs diff --git a/.github/workflows/renku-dev-test.yaml b/.github/workflows/renku-dev-test.yaml index 614135973e..a6a93caa15 100644 --- a/.github/workflows/renku-dev-test.yaml +++ b/.github/workflows/renku-dev-test.yaml @@ -37,14 +37,14 @@ jobs: working-directory: cypress-tests # NOTE: cypress screenshots will be generated only if the test failed # thus we store screenshots only on failures - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots path: cypress-tests/cypress/screenshots retention-days: 7 # Cypress test video is always captured, so this action uses "always()" condition - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: cypress-videos