We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64e53a0 + 7f8c174 commit 6a46da5Copy full SHA for 6a46da5
1 file changed
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
cd $START_PWD/$TEST_PROJECT/
69
ant -f $JAR_NAME.xml
70
- name: Upload JAR file
71
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
72
with:
73
name: ${{ env.JAR_NAME }}.jar
74
path: ${{ env.TEST_PROJECT }}/${{ env.JAR_NAME }}.jar
@@ -86,7 +86,7 @@ jobs:
86
distribution: 'adopt'
87
java-version: '21'
88
- name: Download JAR file
89
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
90
91
92
# Currently, this workaround is needed for HiPE
@@ -104,7 +104,7 @@ jobs:
104
105
JUNIT_FILES: build/reports/*.xml
106
- name: Upload test reports
107
108
109
name: test-reports
110
path: |
0 commit comments