We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e856e commit 390885dCopy full SHA for 390885d
1 file changed
.github/workflows/postman-tests.yml
@@ -31,8 +31,8 @@ jobs:
31
npx newman run C:\Users\USER-PC\Documents\TestAutomationProjects\Postman-Collections\Ardilla_Retail_Withdrawal_Requests_web.postman_collection.json -r cli,htmlextra --reporter-htmlextra-export ./newman/results.html
32
33
- name: Upload Test Results
34
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
35
with:
36
name: postman-test-results
37
path: ./newman/results.html
38
-
+
0 commit comments