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/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: echo "Will release nuget package"

- name: Upload nuget packages
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: ${{ steps.get-branch.outputs.branch == 'master' && steps.confirm-release.outputs.test == 0 }}
with:
name: nuget-packages
Expand All @@ -74,7 +74,7 @@ jobs:
with:
dotnet-version: 8.0.407
- name: Download nuget packages
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice upgrade as this by default now checks digests!

with:
name: nuget-packages
path: nuget-packages/
Expand Down
Loading