Skip to content

Commit

Permalink
TESTS: update to use uload-atrifacts v4 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peircej committed Jul 4, 2024
1 parent 306721c commit 65d2c4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,19 +142,19 @@ jobs:
- name: upload failed app data
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: prefs for ${{ matrix.os }}_${{ matrix.python-version }}
name: prefs_files_${{ matrix.os }}_${{ matrix.python-version }}
path: |
~/.psychopy3
!~/.psychopy3/versions
!~/.psychopy3/fonts
- name: upload failed screenshots
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test artifacts
name: failed_test_data_${{ github.run_id }}_${{ matrix.python-version }}_${{ matrix.os }}
path: |
psychopy/tests/fails
!**/*.mp4
Expand Down

0 comments on commit 65d2c4b

Please sign in to comment.