mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-26 01:48:53 +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:
2
.github/workflows/release-master.yml
vendored
2
.github/workflows/release-master.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
id-token: write # mandatory for trusted publishing
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
path: dist
|
||||
name: build-pypi
|
||||
|
||||
Reference in New Issue
Block a user