We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d46462 + 5b1318c commit c545803Copy full SHA for c545803
.github/workflows/maven-build.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: upload workspace if build fails
32
# if: ${{ failure() }}
33
if: ${{ false }}
34
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
35
with:
36
name: build-results
37
path: .
.github/workflows/maven-release.yml
@@ -73,7 +73,7 @@ jobs:
73
mvn package -DskipTests -P fatjar -f karate-core/pom.xml
74
mvn package -DskipTests -P fatjar -f karate-robot/pom.xml
75
- name: upload binaries
76
77
78
name: karate-release-${{ github.event.inputs.version }}
79
retention-days: 5
0 commit comments