ci(deps): Update actions/upload-artifact action to v4.4.1

pull/346/head
renovate[bot] 6 months ago committed by Robert Dailey
parent eb1913f96a
commit d2d707a0b7

@ -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()
with:
name: code-cleanup-patch-files

Loading…
Cancel
Save