diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b95e811..7ce3608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: dotnet pack --configuration Release ValveKeyValue/ValveKeyValue/ValveKeyValue.csproj - name: Upload nupkg - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: matrix.os == 'ubuntu-latest' with: name: nupkg