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

renovate/muno92-resharper_inspectcode-1.x
renovate[bot] 3 weeks ago committed by Robert Dailey
parent 0d7bc14b71
commit f4555c92ff

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

Loading…
Cancel
Save