Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: Event File
path: ${{ github.event_path }}
Expand All @@ -40,7 +40,7 @@ jobs:
run: dotnet test -c Debug -f ${{ matrix.dotnet }}
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: Test Results Windows ${{ matrix.dotnet }}
path: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: dotnet test -f ${{ matrix.dotnet }}
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: Test Results Ubuntu ${{ matrix.dotnet }}
path: |
Expand Down
Loading