We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f156431 commit 978f8f7Copy full SHA for 978f8f7
.github/workflows/bump-version.yml
@@ -51,7 +51,7 @@ jobs:
51
run: echo "Will release nuget package"
52
53
- name: Upload nuget packages
54
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
55
if: ${{ steps.get-branch.outputs.branch == 'master' && steps.confirm-release.outputs.test == 0 }}
56
with:
57
name: nuget-packages
@@ -86,7 +86,7 @@ jobs:
86
87
dotnet-version: 7
88
- name: Download nuget packages
89
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
90
91
92
path: nuget-packages/
0 commit comments