Skip to content

Commit

Permalink
Update test_fredi.yml
Browse files Browse the repository at this point in the history
Updated actions for checkout and uploading artifacts to version 4
  • Loading branch information
knoiva-indecon committed Nov 4, 2024
1 parent 0b6d575 commit 95c4d15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_fredi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Load Package Code
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Send input status
run: |
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Upload Tests
if: |
inputs.run_tests == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Test Data
path: |
Expand All @@ -190,7 +190,7 @@ jobs:
- name: Upload FigH Results
if: |
inputs.figH_results == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: FigH results
path: |
Expand All @@ -200,7 +200,7 @@ jobs:
- name: Upload Report Appendix Figures
if: |
inputs.make_appx_figs == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Report appendix figures & data
path: |
Expand All @@ -209,7 +209,7 @@ jobs:
- name: Upload Report Fig7 Figures
if: |
inputs.make_tots_figs == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Fig7 report figures & data
path: |
Expand Down

0 comments on commit 95c4d15

Please sign in to comment.