Skip to content

Commit c5fc254

Browse files
update action
1 parent f7d7c4b commit c5fc254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "${{ github.repository_owner }}" > ./workflow/ownerName
4949
- name: Upload artifact
5050
id: upload-artifact
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: env_for_comment
5454
path: workflow/
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: Create artifacts for Allure report
174174
id: create-artifacts-allure-report
175-
uses: actions/upload-artifact@v3
175+
uses: actions/upload-artifact@v4
176176
if: always()
177177
with:
178178
name: allure-results

0 commit comments

Comments
 (0)