From d53d3555fc2f652ca135d5097d4a5c2c7b0e32da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:06:44 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 Generated by renovateBot --- .github/workflows/cifuzz.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 255ff0a3..e60c6b8b 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -23,7 +23,7 @@ jobs: fuzz-seconds: 300 output-sarif: true - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41e8108a..82b36dfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: shell: bash - name: Upload coverage and report files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ hashFiles('./outputs') || 'none' }} path: ./outputs