diff --git a/.github/workflows/generate-baselines.yml b/.github/workflows/generate-baselines.yml index fd6f45b381..bc675d5a5f 100644 --- a/.github/workflows/generate-baselines.yml +++ b/.github/workflows/generate-baselines.yml @@ -109,7 +109,7 @@ jobs: # results_path: path to the benchmark results - name: Upload Results as Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: baselines path: | diff --git a/.github/workflows/regressions.yml b/.github/workflows/regressions.yml index 942b0253d2..d4903b384e 100644 --- a/.github/workflows/regressions.yml +++ b/.github/workflows/regressions.yml @@ -185,7 +185,7 @@ jobs: # filename: name of the results file - name: Upload ${{matrix.task_type}} results as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: ${{ steps.benchmark.outputs.filename }} path: | @@ -307,7 +307,7 @@ jobs: # compared_means: path to the results of regression test vs baseline - name: Upload all results together as an artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: ${{ github.repository_owner }}_${{ steps.extract.outputs.branch }}_${{ github.sha }} path: |