diff --git a/.github/workflows/run-on-comment.yml b/.github/workflows/run-on-comment.yml index 2c1b310e09..6c30744243 100644 --- a/.github/workflows/run-on-comment.yml +++ b/.github/workflows/run-on-comment.yml @@ -194,7 +194,7 @@ jobs: - name: Upload artifact if requested if: "${{ inputs.artifact-path != '' }}" - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.artifact-path }} diff --git a/.github/workflows/run-profiling.yaml b/.github/workflows/run-profiling.yaml index 1459497d89..da0ca98790 100644 --- a/.github/workflows/run-profiling.yaml +++ b/.github/workflows/run-profiling.yaml @@ -132,7 +132,7 @@ jobs: ## Upload the output as an artifact so we can push it to the profiling repository - name: Save results as artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ needs.set-variables.outputs.artifact-name }} path: ${{ needs.set-variables.outputs.profiling-output-dir }}