Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4 (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 11, 2024
1 parent 92ec1be commit 6413a5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ jobs:
args: "${{ matrix.rule }} --report report.zip"

- name: Upload report
uses: actions/upload-artifact@v3
if: matrix.technology == 'all' && matrix.rule != 'all -np'
uses: actions/upload-artifact@v4
if: matrix.technology == 'all' && matrix.rule != 'all -npr'
with:
name: report-rule-${{ matrix.rule }}-${{ matrix.technology }}-${{ matrix.seq_method }}
path: .tests/results/patient-reports/2022-01-01.zip

- name: Upload logs
uses: actions/upload-artifact@v3
if: matrix.technology == 'all' && matrix.rule != 'all -np'
uses: actions/upload-artifact@v4
if: matrix.technology == 'all' && matrix.rule != 'all -npr'
with:
name: log-rule-${{ matrix.rule }}-technology-${{ matrix.technology }}
path: .tests/logs/
Expand Down Expand Up @@ -363,13 +363,13 @@ jobs:
args: "${{ matrix.rule }} --report report.zip"

# - name: Upload report
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: report-rule-${{ matrix.rule }}
# path: .tests/results/patient-reports/2022-01-01.zip

- name: Upload logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: log-rule-${{ matrix.rule }}
path: .tests/logs/
Expand Down

0 comments on commit 6413a5a

Please sign in to comment.