Skip to content

Commit

Permalink
Merge pull request #194 from adoptium/tellison-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
smlambert authored Apr 24, 2024
2 parents 086a5b7 + d50f231 commit e0713e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ steps:
## Work with [upload-artifact](https://github.com/actions/upload-artifact) to upload test outputs if there are test failures
```yaml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test_output
Expand Down

0 comments on commit e0713e6

Please sign in to comment.