diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 6f11169..5631335 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -152,7 +152,7 @@ jobs: find . -name "*.nupkg" -exec cp {} .artifacts/nuget/ \; - name: artifacts - nuget - upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: artifacts-nuget path: .artifacts/nuget/*.nupkg @@ -175,7 +175,7 @@ jobs: gitVersion_AssemblySemFileVer: ${{ needs.discovery.outputs.gitVersion_AssemblySemFileVer }} steps: - name: artifacts - nuget - download - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: artifacts-nuget path: .artifacts/nuget