Skip to content

Commit afc1e7e

Browse files
committed
Update GitHub Actions
1 parent 237cda6 commit afc1e7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-package-linux_arm64.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,9 @@ jobs:
6868
- name: Run python raw_cdp_copilot.py
6969
run: |
7070
python examples/raw_cdp_copilot.py
71+
- name: Upload artifacts
72+
uses: actions/upload-artifact@v4
73+
with:
74+
name: seleniumbase-artifacts
75+
path: |
76+
./downloaded_files/

0 commit comments

Comments
 (0)