diff options
| author | Bond-009 <bond.009@outlook.com> | 2025-01-11 13:34:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-11 13:34:28 +0100 |
| commit | 17bbe4a2cd7f7c7cdcd4a2ce06e9e076c616d7ae (patch) | |
| tree | 09db9a819b7c72a281b49550c1894a060c287c9f /.github/workflows/ci-openapi.yml | |
| parent | 42c1d7a915a9ed2263d4834dd15e597f634bde99 (diff) | |
| parent | ac9bafa7e7aba34d35a0d993c41a33b7925872bb (diff) | |
Merge pull request #13347 from jellyfin/renovate/ci-deps
Update CI dependencies
Diffstat (limited to '.github/workflows/ci-openapi.yml')
| -rw-r--r-- | .github/workflows/ci-openapi.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml index e011d9528..b4d5fa962 100644 --- a/.github/workflows/ci-openapi.yml +++ b/.github/workflows/ci-openapi.yml @@ -27,7 +27,7 @@ jobs: - name: Generate openapi.json run: dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests" - name: Upload openapi.json - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: openapi-head retention-days: 14 @@ -61,7 +61,7 @@ jobs: - name: Generate openapi.json run: dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests" - name: Upload openapi.json - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: openapi-base retention-days: 14 |
