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 af1f888 + 0ad14c3 commit f94f418Copy full SHA for f94f418
.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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
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