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