diff --git a/.github/workflows/ci-cd-nuget.yml b/.github/workflows/ci-cd-nuget.yml index afcbb84..63b1f6f 100644 --- a/.github/workflows/ci-cd-nuget.yml +++ b/.github/workflows/ci-cd-nuget.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Package Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: packages - name: Setup .NET Core