Skip to content

Commit 4d10fff

Browse files
chore: update upload-artifact action to version 4 in Python Selenium CI workflow
1 parent 5467ad6 commit 4d10fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-selenium-ci-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Upload test results
115115
if: always()
116-
uses: actions/upload-artifact@v3
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: test-results
119119
path: tests/screenshots/

0 commit comments

Comments
 (0)