|
@@ -27,7 +27,7 @@ jobs:
|
|
|
- name: Generate openapi.json
|
|
- 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"
|
|
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
|
|
- name: Upload openapi.json
|
|
|
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
|
|
with:
|
|
with:
|
|
|
name: openapi-head
|
|
name: openapi-head
|
|
|
retention-days: 14
|
|
retention-days: 14
|
|
@@ -61,7 +61,7 @@ jobs:
|
|
|
- name: Generate openapi.json
|
|
- 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"
|
|
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
|
|
- name: Upload openapi.json
|
|
|
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
|
|
with:
|
|
with:
|
|
|
name: openapi-base
|
|
name: openapi-base
|
|
|
retention-days: 14
|
|
retention-days: 14
|
|
@@ -80,12 +80,12 @@ jobs:
|
|
|
- openapi-base
|
|
- openapi-base
|
|
|
steps:
|
|
steps:
|
|
|
- name: Download openapi-head
|
|
- name: Download openapi-head
|
|
|
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
|
|
|
|
|
|
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
|
|
with:
|
|
with:
|
|
|
name: openapi-head
|
|
name: openapi-head
|
|
|
path: openapi-head
|
|
path: openapi-head
|
|
|
- name: Download openapi-base
|
|
- name: Download openapi-base
|
|
|
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
|
|
|
|
|
|
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
|
|
with:
|
|
with:
|
|
|
name: openapi-base
|
|
name: openapi-base
|
|
|
path: openapi-base
|
|
path: openapi-base
|
|
@@ -158,7 +158,7 @@ jobs:
|
|
|
run: |-
|
|
run: |-
|
|
|
echo "JELLYFIN_VERSION=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
|
|
echo "JELLYFIN_VERSION=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
|
|
|
- name: Download openapi-head
|
|
- name: Download openapi-head
|
|
|
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
|
|
|
|
|
|
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
|
|
with:
|
|
with:
|
|
|
name: openapi-head
|
|
name: openapi-head
|
|
|
path: openapi-head
|
|
path: openapi-head
|
|
@@ -220,7 +220,7 @@ jobs:
|
|
|
run: |-
|
|
run: |-
|
|
|
echo "JELLYFIN_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
|
|
echo "JELLYFIN_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
|
|
|
- name: Download openapi-head
|
|
- name: Download openapi-head
|
|
|
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
|
|
|
|
|
|
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
|
|
with:
|
|
with:
|
|
|
name: openapi-head
|
|
name: openapi-head
|
|
|
path: openapi-head
|
|
path: openapi-head
|