diff --git a/.github/workflows/corevalidation.yml b/.github/workflows/corevalidation.yml index 13d19718..75bee70a 100644 --- a/.github/workflows/corevalidation.yml +++ b/.github/workflows/corevalidation.yml @@ -104,7 +104,7 @@ jobs: - name: Archive Test Reports if: ${{ !cancelled() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-results-${{ matrix.compiler }} path: ./CMSIS/CoreValidation/Project/build/*.junit @@ -115,7 +115,7 @@ jobs: steps: - name: Archive event file if: ${{ !cancelled() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: EventFile path: ${{ github.event_path }}