diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8c1faff17..21f985854 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Event File path: ${{ github.event_path }} @@ -42,7 +42,7 @@ jobs: - name: Upload Test Results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Test Results Windows ${{ matrix.dotnet }} path: | @@ -73,7 +73,7 @@ jobs: - name: Upload Test Results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Test Results Ubuntu ${{ matrix.dotnet }} path: |