aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-04-12 13:40:56 -0600
committerGitHub <noreply@github.com>2022-04-12 13:40:56 -0600
commit21234ff08d144723352c461725897f7f9b6bf886 (patch)
tree73884dae562fb57e13243a0e0e4cc9f4fadbf006
parent99e5775339ea8941645af0e687e5e6510cc38f3f (diff)
parent5049a482d0db5558e5126e3e2c113c0786548f7d (diff)
Merge pull request #7584 from jellyfin/dependabot/github_actions/actions/upload-artifact-3
-rw-r--r--.github/workflows/openapi.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml
index 182d62258..7739a5fa6 100644
--- a/.github/workflows/openapi.yml
+++ b/.github/workflows/openapi.yml
@@ -23,7 +23,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@v2
+ uses: actions/upload-artifact@v3
with:
name: openapi-head
retention-days: 14
@@ -47,7 +47,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@v2
+ uses: actions/upload-artifact@v3
with:
name: openapi-base
retention-days: 14