Skip to content

Commit 182f6ad

Browse files
committed
Check versions
1 parent 862c76a commit 182f6ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/save_versions.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,13 @@ jobs:
3333
run: |
3434
conda list > /tmp/versions.txt
3535
36+
name: screenshots
37+
path: /tmp/screenshot_*_*.png
38+
3639
- name: Save versions.txt
3740
if: always()
38-
uses: pmeier/pytest-results-action@main
41+
uses: actions/upload-artifact@v4
3942
with:
43+
name: versions.txt
4044
path: /tmp/versions.txt
4145
fail-on-empty: false

0 commit comments

Comments
 (0)