diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 259c908a..24eb9586 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -290,12 +290,12 @@ jobs: browser: ${{ matrix.browser }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v3 if: failure() with: name: container-screenshots-${{ matrix.os }}-${{ matrix.browser }} path: application/src/main/webapp/cypress/screenshots - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v3 if: always() with: name: container-videos-${{ matrix.os }}-${{ matrix.browser }}