diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dd24b72..3474418 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 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