chore(deps): update actions/upload-artifact action to v4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-10 15:36:30 +00:00 committed by Tilman Vatteroth
parent 57be001b0e
commit 31a0103b42
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ jobs:
run: tar --zstd -cf frontend-e2e-build.tar.zst frontend/dist/ run: tar --zstd -cf frontend-e2e-build.tar.zst frontend/dist/
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: frontend-e2e-build name: frontend-e2e-build
retention-days: 1 retention-days: 1

View file

@ -52,7 +52,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab. # format to the repository Actions tab.
- name: "Upload artifact" - name: "Upload artifact"
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with: with:
name: SARIF file name: SARIF file
path: results.sarif path: results.sarif