Skip to content
Closed
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
steps:
# .NET Test Download Artifact
- name: .NET Test Download Artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: test

Expand All @@ -145,7 +145,7 @@ jobs:
steps:
# .NET Coverage Download Artifact
- name: .NET Coverage Download Artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: coverage

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
steps:
# GitHub Download NuGet Artifact [for GitHub Repository]
- name: GitHub Download NuGet Artifact [for GitHub Repository]
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: nuget

Expand All @@ -196,7 +196,7 @@ jobs:
steps:
# GitHub Download NuGet Artifact [for NuGet.org Repository]
- name: GitHub Download NuGet Artifact [for NuGet.org Repository]
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: nuget

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-runnable-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
steps:
# .NET Test Download Artifact
- name: .NET Test Download Artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: test

Expand All @@ -190,7 +190,7 @@ jobs:
steps:
# .NET Coverage Download Artifact
- name: .NET Coverage Download Artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: coverage

Expand Down
Loading