diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0031d32e..4befab6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: dotnet test src --configuration Release --no-build - name: Upload packages if: matrix.name == 'Linux' - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: nuget-packages path: nugets/ @@ -57,7 +57,7 @@ jobs: with: dotnet-version: 8.0.x - name: Download artifacts - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v6.0.0 with: name: nuget-packages path: nugets/