Skip to content

Commit

Permalink
Removed extra final 's' character at the end of the name of the actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact (#68)
  • Loading branch information
visualstudioextensibility committed Jul 1, 2024
1 parent 592d33a commit 85d7458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/steps/3-upload-test-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _The workflow has finished running! :sparkles:_

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.

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

### :keyboard: Activity: Upload test reports

Expand Down

0 comments on commit 85d7458

Please sign in to comment.