@ -18,7 +18,7 @@ runs:
shell: bash
working-directory: ${{ inputs.path }}
- uses: actions/upload-artifact@v4.6.1
- uses: actions/upload-artifact@v4.6.2
with:
name: ${{ inputs.name }}
path: ${{ inputs.path }}/artifact.tar
@ -77,7 +77,7 @@ jobs:
git diff --exit-code | tee code-cleanup.patch
- name: Publish Patch File
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: failure()
name: code-cleanup-patch-files