diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 12eb9b98d..3d7aebb08 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@v6 + uses: actions/upload-artifact@v7 with: name: Event File path: ${{ github.event_path }} @@ -46,7 +46,7 @@ jobs: dotnet test test/RestSharp.Tests.DependencyInjection -c Debug -f ${{ matrix.dotnet }} - name: Upload Test Results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Test Results Windows ${{ matrix.dotnet }} path: | @@ -80,7 +80,7 @@ jobs: dotnet test test/RestSharp.Tests.DependencyInjection -f ${{ matrix.dotnet }} - name: Upload Test Results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Test Results Ubuntu ${{ matrix.dotnet }} path: |