Skip to content
Merged
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-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Upload .nupkg files as an artifact, so they can be used in the following jobs
- name: Upload NuGet packages as artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: nuget
if-no-files-found: error
Expand All @@ -53,7 +53,7 @@ jobs:

# Upload global.json as an artifact so that we don't have to check out the whole repo to publish to nuget.
- name: Upload global.json as artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: globaljson
if-no-files-found: error
Expand Down
Loading