diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e127808..ee179da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: needs: [create_nuget, compute_version] steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: nuget path: ${{ env.NUGET_DIRECTORY }} @@ -113,7 +113,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: nuget path: ${{ env.NUGET_DIRECTORY }}