Skip to content

Commit cab7506

Browse files
chore(deps): bump actions/upload-artifact from 4 to 7
Dependabot couldn't find the original pull request head commit, 0f764bc.
1 parent 2054e47 commit cab7506

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Upload test results
8282
if: always()
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v7
8484
with:
8585
name: unit-test-results
8686
path: test-results/
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Upload Playwright report
123123
if: always()
124-
uses: actions/upload-artifact@v4
124+
uses: actions/upload-artifact@v7
125125
with:
126126
name: playwright-report
127127
path: playwright-report/
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Upload E2E screenshots
132132
if: always()
133-
uses: actions/upload-artifact@v4
133+
uses: actions/upload-artifact@v7
134134
with:
135135
name: e2e-screenshots
136136
path: e2e/screenshots/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
args: --target ${{ matrix.target }}
9191

9292
- name: Upload build artifacts
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v7
9494
with:
9595
name: xplorer-${{ matrix.target }}
9696
path: |

0 commit comments

Comments
 (0)