Skip to content

Commit

Permalink
fix: screenshots folder name to match actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed Jun 12, 2024
1 parent 386cf9a commit 3c972f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runE2ETest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: screenshots
name: screenshots-${{ inputs.testToRun }}-${{ matrix.os }}
path: ./salesforcedx-vscode-automation-tests/screenshots

0 comments on commit 3c972f2

Please sign in to comment.