diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a914209..c1d5ed5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: nuget path: ${{ env.NUGET_DIRECTORY }} @@ -126,7 +126,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: nuget path: ${{ env.NUGET_DIRECTORY }}