Merge pull request #7585 from jellyfin/dependabot/github_actions/actions/download-artifact-3
This commit is contained in:
commit
99e5775339
4
.github/workflows/openapi.yml
vendored
4
.github/workflows/openapi.yml
vendored
|
@ -63,12 +63,12 @@ jobs:
|
|||
- openapi-base
|
||||
steps:
|
||||
- name: Download openapi-head
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: openapi-head
|
||||
path: openapi-head
|
||||
- name: Download openapi-base
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: openapi-base
|
||||
path: openapi-base
|
||||
|
|
Loading…
Reference in New Issue
Block a user