File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151 # Upload MegaLinter artifacts
5252 - name : Archive production artifacts
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v7
5454 with :
5555 name : MegaLinter reports
5656 path : |
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ jobs:
5555 LOG4J_DEBUG : true
5656
5757 - name : Archive production artifacts (Windows only)
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v7
5959 if : ${{ always() && matrix.os == 'windows-latest' }}
6060 with :
6161 name : nf-quilt-test-reports-${{ matrix.os }}-${{ matrix.java_version }}
6262 path : |
6363 D:\a\nf-quilt\nf-quilt\build\reports\
6464 overwrite : true
6565 - name : Archive production artifacts (Linux and MacOS)
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v7
6767 if : ${{ always() && matrix.os != 'windows-latest' }}
6868 with :
6969 name : nf-quilt-test-reports-${{ matrix.os }}-${{ matrix.java_version }}
You can’t perform that action at this time.
0 commit comments