mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-11 00:14:34 +00:00
[build] Bump official actions to latest versions (#15305)
* Bump actions/cache → v5 * Bump actions/upload-artifact → v6 * Bump actions/download-artifact → v7 Authored by: bashonly
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -209,7 +209,7 @@ jobs:
|
||||
|
||||
- name: Upload artifacts
|
||||
if: github.event_name != 'workflow_dispatch'
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: build-pypi
|
||||
path: |
|
||||
@@ -236,7 +236,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/download-artifact@v5
|
||||
- uses: actions/download-artifact@v7
|
||||
with:
|
||||
path: artifact
|
||||
pattern: build-*
|
||||
|
||||
Reference in New Issue
Block a user