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.
1 parent 9394e1e commit 6694f45Copy full SHA for 6694f45
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
run: echo "Will release nuget package"
55
56
- name: Upload nuget packages
57
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
58
if: ${{ steps.get-branch.outputs.branch == 'master' && steps.confirm-release.outputs.test == 0 }}
59
with:
60
name: nuget-packages
@@ -74,7 +74,7 @@ jobs:
74
75
dotnet-version: 8.0.407
76
- name: Download nuget packages
77
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
78
79
80
path: nuget-packages/
0 commit comments