diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index edb2665b..3461a4a6 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -43,7 +43,7 @@ jobs: run: npm run build - name: ⬆ Upload build - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.example }} path: ./build/${{ matrix.example }} @@ -94,7 +94,7 @@ jobs: - name: 🆙 Upload playwright-report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playwright-report path: ./e2e/playwright-report @@ -102,7 +102,7 @@ jobs: - name: 🆙 Upload test results if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playwright-results path: ./e2e/test-results