We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b601e80 commit 1d530c2Copy full SHA for 1d530c2
1 file changed
.github/workflows/dotnet.yml
@@ -54,7 +54,7 @@ jobs:
54
/p:PackageVersion=${{ steps.gitversion.outputs.semVer }}
55
--output ${{ env.NuGetDirectory }}
56
57
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
58
with:
59
name: nuget
60
if-no-files-found: error
@@ -117,7 +117,7 @@ jobs:
117
runs-on: ubuntu-latest
118
needs: [ create_nuget, run_test ]
119
steps:
120
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
121
122
123
path: ${{ env.NuGetDirectory }}
0 commit comments