Skip to content

Commit

Permalink
Update to v4 of upload/download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdempsey90 committed Jan 23, 2025
1 parent 3818e0f commit 4008bb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ jobs:
--log_file=ci_cpu_log.txt
- name: Upload logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs
path: tst/testing/logs
retention-days: 3
- name: Upload figures
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: figs
path: tst/testing/figs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
--log_file=ci_cpu_log.txt
- name: Upload CPU test log
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ci_cpu_log.txt
path: tst/ci_cpu_log.txt
retention-days: 3
- name: Upload figures
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: figs
path: tst/figs
Expand Down

0 comments on commit 4008bb9

Please sign in to comment.