diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index a317f27..527239d 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -65,7 +65,7 @@ jobs: - name: Upload generated DSP artifacts if: runner.os == 'Linux' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dsp-generated-assets path: | diff --git a/.github/workflows/generated-benchmark-report.yml b/.github/workflows/generated-benchmark-report.yml index e9c10e4..5bd483d 100644 --- a/.github/workflows/generated-benchmark-report.yml +++ b/.github/workflows/generated-benchmark-report.yml @@ -28,7 +28,7 @@ jobs: test -f docs/assets/generated_benchmark_summary.svg - name: Upload generated benchmark artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: generated-benchmark-report path: |