diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80cbe6d..be350c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,14 +27,14 @@ jobs: - name: Expose error screenshot (if any) continue-on-error: true - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v5 with: name: 'error.png' path: 'error.png' - name: Expose error HTML (if any) continue-on-error: true - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v5 with: name: 'error.html' path: 'error.html'