1
0
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:
bashonly
2025-12-19 13:04:52 -06:00
committed by GitHub
parent e0bb477732
commit 825648a740
4 changed files with 13 additions and 13 deletions

View File

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