mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
chore(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Download generated files
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: lib-files
|
||||
path: app/lib
|
||||
|
||||
@@ -402,7 +402,7 @@ jobs:
|
||||
|
||||
# APK
|
||||
- name: Download apk file
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: apk-result
|
||||
path: apk-result
|
||||
@@ -442,7 +442,7 @@ jobs:
|
||||
|
||||
# TAR.GZ (x86_64)
|
||||
- name: Download tar.gz file
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: tar-gz-x86-64-result
|
||||
path: tar-gz-x86-64-result
|
||||
@@ -465,7 +465,7 @@ jobs:
|
||||
|
||||
# TAR.GZ (arm_64)
|
||||
- name: Download tar.gz file
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: tar-gz-arm-64-result
|
||||
path: tar-gz-arm-64-result
|
||||
@@ -488,7 +488,7 @@ jobs:
|
||||
|
||||
# DEB (x86_64)
|
||||
- name: Download deb file
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: deb-x86-64-result
|
||||
path: deb-x86-64-result
|
||||
@@ -508,7 +508,7 @@ jobs:
|
||||
|
||||
# DEB (arm_64)
|
||||
- name: Download deb file
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: deb-arm-64-result
|
||||
path: deb-arm-64-result
|
||||
@@ -528,7 +528,7 @@ jobs:
|
||||
|
||||
# APPIMAGE (x86_64)
|
||||
- name: Download AppImage file
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: appimage-x86-64-result
|
||||
path: appimage-x86-64-result
|
||||
@@ -556,7 +556,7 @@ jobs:
|
||||
|
||||
# WINDOWS ZIP (x86_64)
|
||||
- name: Download windows zip file
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: windows-zip-x86-64-result
|
||||
path: windows-zip-x86-64-result
|
||||
|
||||
Reference in New Issue
Block a user