diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ebafe1cf..a0224eb5 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -60,7 +60,7 @@ jobs: working-directory: src - name: Create NuGet Artifacts - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.1 with: name: nuget path: 'src/**/bin/Release/*.nupkg'