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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Upload test results
# Test results are most valuable precisely when the run failed.
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: test-results
path: artifacts/test-results
Expand All @@ -93,7 +93,7 @@ jobs:
run: dotnet publish src/Cayrast.Shell/Cayrast.Shell.csproj --configuration Release --runtime win-x64 --self-contained false --output artifacts/publish

- name: Upload build artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: cayrast-win-x64
path: artifacts/publish
Expand Down