diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6feca36c..51391772 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/ @@ -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/