Skip to content

Commit b437437

Browse files
committed
Update a ReadMe
1 parent 4cf7291 commit b437437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/github/workflows/extras.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<h3><img src="https://seleniumbase.github.io/img/logo3a.png" title="SeleniumBase" width="32" /> Integrations for GitHub Actions:</h3>
22

33
### Uploading Artifacts:
4-
* Here's an example using [upload-artifact@v4](https://github.com/actions/upload-artifact) to push up a SeleniumBase-generated artifact.
4+
* Here's an example using [upload-artifact@v6](https://github.com/actions/upload-artifact) to push up a SeleniumBase-generated artifact.
55

66
```yml
7-
- uses: actions/upload-artifact@v4
7+
- uses: actions/upload-artifact@v6
88
with:
99
name: Click to download the presentation
1010
path: saved_presentations/my_presentation.html

0 commit comments

Comments
 (0)