Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #1042

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,19 +145,19 @@ jobs:
echo '${{ needs.version.outputs.init_contents }}' > src/ytdl_sub/__init__.py

- name: Restore exe build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ytdl-sub_exe
path: /opt/builds

- name: Restore aarch64 build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ytdl-sub_aarch64
path: /opt/builds

- name: Restore x86_64 build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ytdl-sub_x86_64
path: /opt/builds
Expand Down
Loading