Merge pull request #3 from corneliusroemer/dependabot/github_actions/canary/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
This commit is contained in:
Cornelius Roemer 2024-08-24 21:48:32 +02:00 committed by GitHub
commit 8fb3b7f557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,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
@ -107,7 +107,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