diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5966e7..8bb0144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: 10.0.x - name: Pack core run: dotnet pack src/PostQuantum.KeyManagement/PostQuantum.KeyManagement.csproj -c Release -o ./artifacts - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: nupkg path: ./artifacts/*.nupkg