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

@ -150,11 +150,11 @@ jobs:
- name: Convert PVS Log to SARIF
run: plog-converter -a 'GA:1,2;64:1;OP:1,2,3' -o project.sarif -t sarif ${{ github.workspace }}/Build/${{ env.PVS_STUDIO_ANALYSIS_ARCH }}/project.plog
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ${{ github.workspace }}/Build/${{ env.PVS_STUDIO_ANALYSIS_ARCH }}/project.plog
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ${{ github.workspace }}/project.sarif

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