diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-01-12 15:40:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-12 15:40:12 +0100 |
| commit | b96ca4a7754a5e7562ddcf43b402c3d0dc3316e6 (patch) | |
| tree | e31ad168b88a35905e0871d4c35d63df727dfe4e | |
| parent | 56eea081768e598d8f47718df31d72c91991303d (diff) | |
| parent | 61f99dfffb6130c2fd56e2cf7b7f600a963ad6c4 (diff) | |
Merge pull request #10845 from jellyfin/renovate/ci-deps
chore(deps): update actions/download-artifact action to v4.1.1
| -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 c9f17429a..693d28a48 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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: openapi-head path: openapi-head - name: Download openapi-base - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: openapi-base path: openapi-base |
