develop - #19
Conversation
gabrielrufino
commented
Jun 11, 2026
- chore: update actions versions
- fix: allow artifact upload to fail gracefully
There was a problem hiding this comment.
Code Review
This pull request updates several GitHub Actions dependencies in action.yml, including upgrading hadolint/hadolint-action to v3.3.0, actions/upload-artifact to v7 (with continue-on-error: true), and peter-evans/create-or-update-comment to v5. The review feedback correctly identifies that actions/upload-artifact@v7 is a non-existent version, as the current latest major version is v4, which would cause the workflow to fail.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| ${{ inputs.image-name }}:latest | ||
| shell: bash | ||
| - uses: actions/upload-artifact@v4 | ||
| - uses: actions/upload-artifact@v7 |
@actalog/dockerfile-ciDockerfile CI completed! Statistics
|