diff --git a/.github/workflows/ci-build-ubuntu.yml b/.github/workflows/ci-build-ubuntu.yml index c766bef9..a359af28 100644 --- a/.github/workflows/ci-build-ubuntu.yml +++ b/.github/workflows/ci-build-ubuntu.yml @@ -94,7 +94,7 @@ jobs: ### Upload test results - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ubuntu-test-results path: ./ubuntu-test-results/ \ No newline at end of file diff --git a/.github/workflows/ci-build-windows.yml b/.github/workflows/ci-build-windows.yml index 741ec589..54025f38 100644 --- a/.github/workflows/ci-build-windows.yml +++ b/.github/workflows/ci-build-windows.yml @@ -79,10 +79,10 @@ jobs: foreach ($file in $FILES) { python $file --autoclose --nogui } - + ### Upload test results - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: windows-test-results path: ./windows-test-results/ \ No newline at end of file