diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2248b56dd..ec4ee60a7 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -147,7 +147,7 @@ jobs: run: echo "reports_base_dir=${{matrix.system_config.reports_base_dir}}" | sed "s|\$PWD|${{ github.workspace }}|g" >> $GITHUB_OUTPUT - name: Upload reframe report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: benchmark-results-${{matrix.machine}} path: ${{steps.parse_reports_path.outputs.reports_base_dir}} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dec99340..bc19abe58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: uv build - name: Upload Wheel - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: wheel-artifacts path: dist/*.whl