diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 77cf639..ec57b14 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -74,7 +74,7 @@ jobs: - name: Build run: dotnet build --configuration Release --no-restore - name: Download CLI artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts_download - name: NugetPush @@ -111,7 +111,7 @@ jobs: - name: Build run: dotnet build --configuration Release --no-restore - name: Download CLI artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts_download - name: NugetPush