Skip to content

Commit 86f3237

Browse files
authored
Merge pull request #403 from lidofinance/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 4 to 6
2 parents 9747874 + 176c322 commit 86f3237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
176176
xvfb-run --auto-servernum -- yarn test:e2e
177177
178-
- uses: actions/upload-artifact@v4
178+
- uses: actions/upload-artifact@v6
179179
if: always()
180180
with:
181181
name: playwright-report

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
146146
xvfb-run --auto-servernum -- yarn test:e2e
147147
148-
- uses: actions/upload-artifact@v4
148+
- uses: actions/upload-artifact@v6
149149
if: always()
150150
with:
151151
name: playwright-report

0 commit comments

Comments
 (0)