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 2 to 3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
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-01-18 14:14:31 +00:00 committed by Linus Groh
parent c6df488a1f
commit a8bd231a65
2 changed files with 3 additions and 3 deletions

View file

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