build(deps): 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] 2024-02-01 10:30:05 +00:00 committed by Tomáš Hozza
parent 7b5c4eb526
commit 232bce95b5

View file

@ -256,7 +256,7 @@ jobs:
- name: Write PR status - name: Write PR status
run: echo "$SKIP_CI" > SKIP_CI.txt run: echo "$SKIP_CI" > SKIP_CI.txt
- name: Upload status - name: Upload status
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: PR_STATUS name: PR_STATUS
path: SKIP_CI.txt path: SKIP_CI.txt