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] 2022-04-11 11:11:27 +00:00 committed by Labhansh Agrawal
parent fe5448f8b2
commit b77c1f2d5b

View file

@ -64,7 +64,7 @@ jobs:
run: yarn run test:e2e run: yarn run test:e2e
- name: Archive E2E test screenshot - name: Archive E2E test screenshot
if: runner.os != 'Linux' if: runner.os != 'Linux'
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: e2e name: e2e
path: dist/tmp/*.png path: dist/tmp/*.png
@ -74,7 +74,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@v2 uses: actions/upload-artifact@v3
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
name: pr_num name: pr_num