diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-04-11 10:11:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-11 10:11:33 +0200 |
| commit | 99f2129d91329902a9f763eb6afa951613db9d2c (patch) | |
| tree | cc3a12fcc507b0c1723a68afc82373fbb346394d /.github/workflows/openapi-generate.yml | |
| parent | eacdc83fda01b712d2f9821e6624449304395486 (diff) | |
| parent | 29d11f6ecb529ca091f6538ea3dc6c9a0fd6d4c3 (diff) | |
Merge pull request #16618 from jellyfin/renovate/ci-deps
Update actions/upload-artifact action to v7.0.1
Diffstat (limited to '.github/workflows/openapi-generate.yml')
| -rw-r--r-- | .github/workflows/openapi-generate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/openapi-generate.yml b/.github/workflows/openapi-generate.yml index 255cc49e82..dbfaf9d30b 100644 --- a/.github/workflows/openapi-generate.yml +++ b/.github/workflows/openapi-generate.yml @@ -36,7 +36,7 @@ jobs: run: dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter Jellyfin.Server.Integration.Tests.OpenApiSpecTests - name: Upload Artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ inputs.artifact }} path: tests/Jellyfin.Server.Integration.Tests/bin/Release/net10.0/openapi.json |
