Skip to content

Commit fe8375d

Browse files
Update maven-2.yml
1 parent 2d5dc5c commit fe8375d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: mvn test --file pom.xml
3636
- name: Upload test results
3737
if: always() # This ensures the test results are uploaded even if tests fail
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4.6.2
3939
with:
4040
name: test-results
4141
path: latte/latte/target/test-*.xml # Maven Surefire generates the test result files here

0 commit comments

Comments
 (0)