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:
dependabot[bot] 2023-12-18 18:17:17 +01:00 committed by GitHub
parent ef4e19268a
commit f3ac86acbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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