mirror of
https://github.com/qist/tvbox.git
synced 2026-06-21 09:03:22 +00:00
Merge pull request #98 from qist/dependabot-github_actions-actions-download-artifact-8
Bump actions/download-artifact from 4 to 8
This commit is contained in:
4
.github/workflows/run.yml
vendored
4
.github/workflows/run.yml
vendored
@@ -92,13 +92,13 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Download xiaosa artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: xiaosa-output
|
||||
continue-on-error: true
|
||||
|
||||
- name: Download fty artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: fty-output
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user