diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index adb4055..b4d0ab9 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -39,7 +39,7 @@ jobs: - name: Pack run: dotnet pack -v normal -c Release --no-restore --include-symbols --include-source -p:PackageVersion="7.31.3-rc" src/$PROJECT_NAME.*proj - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: nupkg path: ./src/bin/Release/*.nupkg