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 c0cd25d + a9c748b commit 3f3cb1cCopy full SHA for 3f3cb1c
.github/workflows/CI.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Upload application
67
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
68
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
+ uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
69
with:
70
name: io.openliberty.java.internal_fat_${{ steps.strip.outputs.java-version }}
71
path: io.openliberty.java.internal_fat_${{ steps.strip.outputs.java-version }}/build/libs/io.openliberty.java.internal_fat_${{ steps.strip.outputs.java-version }}.jar
0 commit comments