diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 342963b..6e8cc71 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -65,7 +65,7 @@ jobs: - name: Upload application if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: io.openliberty.java.internal_fat_${{ steps.strip.outputs.java-version }} path: io.openliberty.java.internal_fat_${{ steps.strip.outputs.java-version }}/build/libs/io.openliberty.java.internal_fat_${{ steps.strip.outputs.java-version }}.jar