Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 87d744d commit 93ad20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devRun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: success()
- name: Store Playwright Traces and Videos From Failed Tests
if: failure()
uses: actions/[email protected].0
uses: actions/[email protected].3
id: artifact-upload-step
with:
name: test-results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
--group ${{ matrix.group }}
- name: Upload test results and artifacts
if: always()
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: test-results-${{ matrix.group }}
path: |
Expand All @@ -92,7 +92,7 @@ jobs:
cp -r $dir/* merged-test-results/
done
- name: Upload Merged Test Results
uses: actions/[email protected].0
uses: actions/[email protected].3
id: merged-artifact-upload
with:
name: merged-test-results
Expand Down

0 comments on commit 93ad20b

Please sign in to comment.