Skip to content

Commit

Permalink
Merge pull request #244 from element-hq/renovate/github-actions
Browse files Browse the repository at this point in the history
Update actions/upload-artifact digest to 834a144
  • Loading branch information
dbkr authored Sep 2, 2024
2 parents 0858897 + 0168b2d commit 3591efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Test
run: "yarn run test --coverage"
- name: Upload Artifact
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: coverage
path: |
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: yarn playwright test -j 100%
- name: Upload Playwright report
if: always()
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: html-report--attempt-${{ github.run_attempt }}
path: playwright-report
Expand Down

0 comments on commit 3591efa

Please sign in to comment.