1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 23:17:46 +00:00

CI: Bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-18 01:32:02 +00:00 committed by Jelle Raaijmakers
parent 4969ad9d6b
commit bbf37473b8
3 changed files with 4 additions and 4 deletions

View file

@ -101,7 +101,7 @@ jobs:
cpack
- name: Upload js package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: serenity-js-${{ matrix.package_type }}
path: Build/serenity-js*.tar.gz