diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-01-23 20:05:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 20:05:50 +0000 |
| commit | e2b2399ea60c549fc8285bf8c8a9651a1e8ba635 (patch) | |
| tree | 8ea28ada3f100e19815c92bc0c7192c0984ec175 | |
| parent | 0cf477b4fed45f80e0deb25dd2f3569c4da7ea50 (diff) | |
chore(deps): update actions/upload-artifact action to v4.3.0
| -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 63268001e..e43160562 100644 --- a/.github/workflows/ci-openapi.yml +++ b/.github/workflows/ci-openapi.yml @@ -25,7 +25,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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: openapi-head retention-days: 14 @@ -59,7 +59,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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: openapi-base retention-days: 14 |
