Skip to content

Commit

Permalink
Fix workflows with multiple artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 12, 2024
1 parent 91f0c6d commit 24aa616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/r/github.linux.versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-output
name: test-output-{{ "${{ matrix.r_version }}" }}
path: arrow/r/check/arrow.Rcheck/tests/testthat.Rout*

0 comments on commit 24aa616

Please sign in to comment.