Skip to content

Commit b907d32

Browse files
author
“Rajat
committed
#27: ⚙️ CI - Workflows (GitHub Actions) updated
1 parent ed21662 commit b907d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/01_api_tests.yml

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

4747
# Step 5: Upload Playwright test report as an artifact
4848
- name: Upload Reports
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
if: always()
5151
with:
5252
name: API Tests Report

.github/workflows/02_api_tests_select_env.yml

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

5050
# Step 5: Upload Playwright test report as an artifact
5151
- name: Upload Reports
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
if: always()
5454
with:
5555
name: API Tests Report

0 commit comments

Comments
 (0)