diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-12-19 09:57:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-19 09:57:05 +0100 |
| commit | f8010550f20d246fc4c4a6dac2b839c56f719574 (patch) | |
| tree | e4dc7c51d2ec2b7fc1e34985dd08bf3177fa2ec8 | |
| parent | a1463c37fa64240fd094b63ab287b599847e1bdb (diff) | |
| parent | 05bc894ae86bfd4341766bc14b25c282865c4d98 (diff) | |
Merge pull request #10745 from jellyfin/renovate/ci-deps
| -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 5ff9820cb..c9f17429a 100644 --- a/.github/workflows/ci-openapi.yml +++ b/.github/workflows/ci-openapi.yml @@ -78,12 +78,12 @@ jobs: - openapi-base steps: - name: Download openapi-head - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 with: name: openapi-head path: openapi-head - name: Download openapi-base - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 with: name: openapi-base path: openapi-base |
