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-08-24 18:58:13 +00:00 committed by Philip Peterson
parent 2094dd3a53
commit c2b3e7f708
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -99,7 +99,7 @@ jobs:
env: env:
SHELL: /bin/bash SHELL: /bin/bash
- name: Archive E2E test screenshot - name: Archive E2E test screenshot
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: e2e name: e2e
path: dist/tmp/*.png path: dist/tmp/*.png
@ -109,7 +109,7 @@ jobs:
PR_NUM: ${{ github.event.number }} PR_NUM: ${{ github.event.number }}
run: echo $PR_NUM > pr_num.txt run: echo $PR_NUM > pr_num.txt
- name: Upload the pr num - name: Upload the pr num
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
name: pr_num name: pr_num