Skip to content

Commit

Permalink
use commit sha for uploaded artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Jan 7, 2025
1 parent b52e7f6 commit 89bd1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-lint-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
name: playwright-report-${{github.sha}}
path: frontend/playwright-report/
retention-days: 30

Expand Down

0 comments on commit 89bd1b9

Please sign in to comment.