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

renovate/fluentassertions-8.x
renovate[bot] 1 week ago committed by Robert Dailey
parent 57f5b41dfb
commit 286227c6b8

@ -18,7 +18,7 @@ runs:
shell: bash shell: bash
working-directory: ${{ inputs.path }} working-directory: ${{ inputs.path }}
- uses: actions/upload-artifact@v4.5.0 - uses: actions/upload-artifact@v4.6.0
with: with:
name: ${{ inputs.name }} name: ${{ inputs.name }}
path: ${{ inputs.path }}/artifact.tar path: ${{ inputs.path }}/artifact.tar

@ -75,7 +75,7 @@ jobs:
git diff --exit-code | tee code-cleanup.patch git diff --exit-code | tee code-cleanup.patch
- name: Publish Patch File - name: Publish Patch File
uses: actions/upload-artifact@v4.5.0 uses: actions/upload-artifact@v4.6.0
if: failure() if: failure()
with: with:
name: code-cleanup-patch-files name: code-cleanup-patch-files

Loading…
Cancel
Save