Skip to content

Commit 85d7458

Browse files
Removed extra final 's' character at the end of the name of the actions/upload-artifact (#68)
1 parent 592d33a commit 85d7458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/steps/3-upload-test-reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _The workflow has finished running! :sparkles:_
1010

1111
So what do we do when we need the work product of one job in another? We can use the built-in [artifact storage](https://docs.github.com/actions/advanced-guides/storing-workflow-data-as-artifacts) to save artifacts created from one job to be used in another job within the same workflow.
1212

13-
To upload artifacts to the artifact storage, we can use an action built by GitHub: [`actions/upload-artifacts`](https://github.com/actions/upload-artifact).
13+
To upload artifacts to the artifact storage, we can use an action built by GitHub: [`actions/upload-artifact`](https://github.com/actions/upload-artifact).
1414

1515
### :keyboard: Activity: Upload test reports
1616

0 commit comments

Comments
 (0)