diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 3b951bf..1a3fe41 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -59,13 +59,13 @@ jobs: browser: firefox start: npm start - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: wasm/typescript/cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: always() with: name: cypress-videos