Skip to content

Commit e4b9711

Browse files
authored
Update maven.yml
Updated upload-artifacts@v2 to upload-artifacts@v4
1 parent 8c7cc5b commit e4b9711

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ jobs:
5151
run: mvn allure:report
5252

5353
- name: Upload Allure Report
54-
uses: actions/upload-artifact@v2
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: allure-report
5757
path: target/site/allure-maven-plugin
5858

5959
- name: Archive Allure Report
60-
uses: actions/upload-artifact@v2
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: allure-report
6363
path: target/site/allure-maven-plugin
6464

6565
- name: Clean Up
66-
run: rm -rf allure-results
66+
run: rm -rf allure-results

0 commit comments

Comments
 (0)