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

build(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #6964

Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/ci-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ jobs:
prerelease: false

- name: Download Linux
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: linux-tarball
- name: Upload Linux
Expand All @@ -577,7 +577,7 @@ jobs:
asset_content_type: application/x-gzip

- name: Download AArch64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: aarch64-tarball
- name: Upload AArch64
Expand All @@ -592,7 +592,7 @@ jobs:
asset_content_type: application/x-gzip

- name: Download ARM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: arm-tarball
- name: Upload ARM
Expand All @@ -607,7 +607,7 @@ jobs:
asset_content_type: application/x-gzip

- name: Download Android
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: android-tarball
- name: Upload Android
Expand All @@ -622,7 +622,7 @@ jobs:
asset_content_type: application/x-gzip

- name: Download Windows
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: windows-zip
- name: Upload Windows
Expand Down
Loading