diff --git a/.github/workflows/corevalidation.yml b/.github/workflows/corevalidation.yml index 75bee70a..c7bc55d1 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@v6 + uses: actions/upload-artifact@v7 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@v6 + uses: actions/upload-artifact@v7 with: name: EventFile path: ${{ github.event_path }}