We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d082d3b + 9425801 commit e9de12fCopy full SHA for e9de12f
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Create packages
28
run: dotnet pack --configuration Release --output ./packages
29
- name: Upload a Build Artifact
30
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
31
with:
32
name: NuGet packages
33
path: packages/*.*
@@ -45,7 +45,7 @@ jobs:
45
fetch-depth: 0
46
- name: Setup .NET
47
uses: actions/setup-dotnet@v5
48
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
49
50
51
path: packages
0 commit comments