diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51592b2..f092289 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: - name: Archive script logs if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: logs-${{ matrix.os }} path: test/*.log