diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0c2980df..d55c5298 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -93,7 +93,7 @@ jobs: - name: upload cypress screenshots if: failure() - uses: "actions/upload-artifact@v3.1.3" + uses: "actions/upload-artifact@v4.0.0" with: path: src/test/e2e/cypress/screenshots name: cypress-screenshots