We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf7291 commit b437437Copy full SHA for b437437
integrations/github/workflows/extras.md
@@ -1,10 +1,10 @@
1
<h3><img src="https://seleniumbase.github.io/img/logo3a.png" title="SeleniumBase" width="32" /> Integrations for GitHub Actions:</h3>
2
3
### Uploading Artifacts:
4
-* Here's an example using [upload-artifact@v4](https://github.com/actions/upload-artifact) to push up a SeleniumBase-generated artifact.
+* Here's an example using [upload-artifact@v6](https://github.com/actions/upload-artifact) to push up a SeleniumBase-generated artifact.
5
6
```yml
7
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
8
with:
9
name: Click to download the presentation
10
path: saved_presentations/my_presentation.html
0 commit comments