Skip to content

Commit f0a6b85

Browse files
committed
2 parents 57fe09c + ed718a5 commit f0a6b85

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo ${{ env.START_TIME }}
3030

3131
- name: Clone repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 3
3535

@@ -74,14 +74,14 @@ jobs:
7474

7575
- name: Upload Event File
7676
if: always()
77-
uses: actions/upload-artifact@v5
77+
uses: actions/upload-artifact@v6
7878
with:
7979
name: Event File
8080
path: ${{ github.event_path }}
8181

8282
- name: Upload E2E Test Results
8383
if: always()
84-
uses: actions/upload-artifact@v5
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: Playwright E2E Test Results
8787
path: |

.github/workflows/publish-test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Download and Extract Artifacts
27-
uses: dawidd6/action-download-artifact@v11
27+
uses: dawidd6/action-download-artifact@v12
2828
with:
2929
run_id: ${{ github.event.workflow_run.id }}
3030
path: artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo ${{ env.START_TIME }}
3030

3131
- name: Clone repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535

0 commit comments

Comments
 (0)