Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to b4b15b8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 14, 2024
1 parent 67f54e1 commit af7bf49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run integration tests
run: |
npm run test:e2e
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: always()
with:
name: playwright-report
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
npm run test:e2e
env:
PW_BASE_URL: ${{steps.deploy.outputs.details_url}}
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: always()
with:
name: playwright-report-beta
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
npm run test:e2e
env:
PW_BASE_URL: ${{ env.PROD_URL }}
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: always()
with:
name: playwright-report-live
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run integration tests
run: |
npm run test:e2e
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: always()
with:
name: playwright-report
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
npm run test:e2e
env:
PW_BASE_URL: ${{steps.deploy.outputs.details_url}}
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: always()
with:
name: playwright-report-pr-deploy
Expand Down

0 comments on commit af7bf49

Please sign in to comment.