Skip to content

Commit

Permalink
Update to v4 of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed Feb 3, 2025
1 parent 08e6bd1 commit 01b7a14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythontest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
- name: Create log file artifact
uses: actions/upload-artifact@v3
if: always()
uses: actions/upload-artifact@v4
with:
name: log-files
path: logs/panoptes-testing.log

0 comments on commit 01b7a14

Please sign in to comment.