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:
parent
4969ad9d6b
commit
bbf37473b8
3 changed files with 4 additions and 4 deletions
2
.github/workflows/serenity-js-artifacts.yml
vendored
2
.github/workflows/serenity-js-artifacts.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue