diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index 68b5c6a..85dc1e1 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -56,7 +56,7 @@ jobs: done - name: Upload dotnet test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: dotnet-testresults-${{ matrix.configuration }} path: ./TestResults @@ -122,7 +122,7 @@ jobs: done - name: Upload dotnet test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: dotnet-testresults-${{ matrix.configuration }} path: ./TestResults diff --git a/.github/workflows/dotnet-integration-tests.yml b/.github/workflows/dotnet-integration-tests.yml index 6bd5b46..31d8099 100644 --- a/.github/workflows/dotnet-integration-tests.yml +++ b/.github/workflows/dotnet-integration-tests.yml @@ -58,7 +58,7 @@ jobs: done - name: Upload dotnet test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: dotnet-testresults-${{ matrix.configuration }} path: ./TestResults diff --git a/.github/workflows/python-build-wheel.yml b/.github/workflows/python-build-wheel.yml index 4d1762f..91f69ec 100644 --- a/.github/workflows/python-build-wheel.yml +++ b/.github/workflows/python-build-wheel.yml @@ -39,7 +39,7 @@ jobs: run: poetry build - name: Upload wheel file to artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: dist path: python/dist/*