chore(deps): update actions/upload-artifact action to v4

This commit is contained in:
renovate[bot] 2023-12-14 18:44:04 +00:00 committed by GitHub
parent 7bfc16ae22
commit 5fc4d8495e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
- name: (Fail-only) Upload test report - name: (Fail-only) Upload test report
if: failure() if: failure()
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with: with:
name: Test report name: Test report
path: '**/build/reports/tests/**' path: '**/build/reports/tests/**'