Skip to content

Commit 2feeca6

Browse files
authored
Merge pull request #163 from nirtal85/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4.4.0
2 parents d13f7e2 + 52aa5fb commit 2feeca6

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
@@ -43,7 +43,7 @@ jobs:
4343
if: success()
4444
- name: Store Playwright Traces and Videos From Failed Tests
4545
if: failure()
46-
uses: actions/upload-artifact@v4.3.6
46+
uses: actions/upload-artifact@v4.4.0
4747
id: artifact-upload-step
4848
with:
4949
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.3.6
70+
uses: actions/upload-artifact@v4.4.0
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.3.6
95+
uses: actions/upload-artifact@v4.4.0
9696
id: merged-artifact-upload
9797
with:
9898
name: merged-test-results

0 commit comments

Comments
 (0)