Upgrade actions/upload-artifact to v4.

v3 has been deprecated and retired and cannot be used.
This commit is contained in:
Michael Bayne
2025-07-28 10:49:04 -07:00
parent 00be427d53
commit 381994bf47
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Build and Test with Maven - name: Build and Test with Maven
run: mvn $MAVEN_CLI_OPTS clean verify run: mvn $MAVEN_CLI_OPTS clean verify
- name: Upload Test Results - name: Upload Test Results
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
if: ${{ always() && matrix.java == '11' }} if: ${{ always() && matrix.java == '11' }}
with: with:
name: test-results name: test-results