Skip to content

Commit 9bd0549

Browse files
chore(deps): update actions/upload-artifact action to v4.4.3
1 parent 0543d0d commit 9bd0549

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: success()
4343
- name: Store Playwright Traces and Videos From Failed Tests
4444
if: failure()
45-
uses: actions/upload-artifact@v4.4.0
45+
uses: actions/upload-artifact@v4.4.3
4646
id: artifact-upload-step
4747
with:
4848
name: test-results

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
--group ${{ matrix.group }}
6868
- name: Upload test results and artifacts
6969
if: always()
70-
uses: actions/upload-artifact@v4.4.0
70+
uses: actions/upload-artifact@v4.4.3
7171
with:
7272
name: test-results-${{ matrix.group }}
7373
path: |
@@ -92,7 +92,7 @@ jobs:
9292
cp -r $dir/* merged-test-results/
9393
done
9494
- name: Upload Merged Test Results
95-
uses: actions/upload-artifact@v4.4.0
95+
uses: actions/upload-artifact@v4.4.3
9696
id: merged-artifact-upload
9797
with:
9898
name: merged-test-results

0 commit comments

Comments
 (0)