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