1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:07:45 +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

@ -145,11 +145,11 @@ jobs:
- name: Convert PVS Log to SARIF - 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 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@v3 - uses: actions/upload-artifact@v4
with: with:
path: ${{ github.workspace }}/Build/${{ env.PVS_STUDIO_ANALYSIS_ARCH }}/project.plog path: ${{ github.workspace }}/Build/${{ env.PVS_STUDIO_ANALYSIS_ARCH }}/project.plog
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
path: ${{ github.workspace }}/project.sarif path: ${{ github.workspace }}/project.sarif

View file

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

View file

@ -106,7 +106,7 @@ jobs:
- name: Upload artifact package - name: Upload artifact package
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: serenity-js-wasm name: serenity-js-wasm
path: libjs-wasm.tar.gz path: libjs-wasm.tar.gz