-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Description
actions/check-r-package/action.yaml
Line 57 in 55acd27
| name: ${{ runner.os }}-${{ runner.arch }}-r${{ matrix.config.r }}-${{ matrix.config.id || strategy.job-index }}-results |
actions/check-r-package/action.yaml
Line 64 in e40ad90
| name: ${{ runner.os }}-r${{ matrix.config.r }}-testthat-snapshots |
This could result in:
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
because of uninitialized variables:
Run actions/upload-artifact@v4
with:
name: Linux-X64-r-0-results
and
Run actions/upload-artifact@v4
with:
name: Linux-r-testthat-snapshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels