Merge pull request #7585 from jellyfin/dependabot/github_actions/actions/download-artifact-3

This commit is contained in:
Cody Robibero 2022-04-12 13:40:45 -06:00 committed by GitHub
commit 99e5775339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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