diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 3c2d41d4..afd9fbe9 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -30,7 +30,7 @@ jobs: output-sarif: true - name: Upload Crash - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: failure() && steps.build.outcome == 'success' with: name: artifacts diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b659cf5c..7bb7121d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: shell: bash - name: Upload coverage and report files - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ hashFiles('./outputs') || 'none' }} path: ./outputs @@ -86,7 +86,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: path: ./outputs