mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-27 08:24:47 +00:00
Bump the dependencies group with 1 update (#1321)
Bumps the dependencies group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ef4e19268a
commit
f3ac86acbd
1 changed files with 3 additions and 3 deletions
6
.github/workflows/debug_build.yml
vendored
6
.github/workflows/debug_build.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
- name: Upload binary as artifact
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: lychee-${{ github.sha }}-${{ matrix.target }}.tar.gz
|
||||
path: target/${{ matrix.target }}/release/lychee.tar.gz
|
||||
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
|
||||
- name: Upload binary as artifact
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: lychee-${{ github.sha }}-macos-x86_64.dmg
|
||||
path: target/release/lychee.dmg
|
||||
|
|
@ -118,7 +118,7 @@ jobs:
|
|||
|
||||
- name: Upload binary as artifact
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: lychee-${{ github.sha }}-windows-x86_64.exe
|
||||
path: target/release/lychee.exe
|
||||
|
|
|
|||
Loading…
Reference in a new issue