We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d7c4b commit c5fc254Copy full SHA for c5fc254
.github/workflows/on-pull-request.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "${{ github.repository_owner }}" > ./workflow/ownerName
49
- name: Upload artifact
50
id: upload-artifact
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
with:
53
name: env_for_comment
54
path: workflow/
@@ -172,7 +172,7 @@ jobs:
172
173
- name: Create artifacts for Allure report
174
id: create-artifacts-allure-report
175
176
if: always()
177
178
name: allure-results
0 commit comments