File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 fuzz-seconds : 600
1717 dry-run : false
1818 - name : Upload Crash
19- uses : actions/upload-artifact@v1
19+ uses : actions/upload-artifact@v4
2020 if : failure()
2121 with :
2222 name : artifacts
23- path : ./out/artifacts
23+ path : ./out/artifacts
Original file line number Diff line number Diff line change 1717 runs-on : ${{ matrix.os }}
1818 name : ${{ matrix.os }} - shared=${{ matrix.shared }}
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121 - name : Build
2222 run : |
2323 mkdir build
2727 run : ctest --test-dir build -V
2828 - name : Upload shared lib
2929 if : matrix.shared == 'ON'
30- uses : actions/upload-artifact@v2
30+ uses : actions/upload-artifact@v4
3131 with :
3232 name : ${{ matrix.os }}
3333 path : |
4545 run :
4646 shell : msys2 {0}
4747 steps :
48- - uses : actions/checkout@v2
48+ - uses : actions/checkout@v4
4949 - uses : msys2/setup-msys2@v2
5050 with :
5151 install : gcc make mingw-w64-x86_64-cmake
5858 run : ctest --test-dir build -V
5959 - name : Upload shared lib
6060 if : matrix.shared == 'ON'
61- uses : actions/upload-artifact@v2
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : windows-mingw64
6464 path : build/libutf8proc.*
Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.os }}
1717 name : ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020 # TODO: update makefile to check MANIFEST
2121 - name : Install dependencies (MacOS)
2222 if : runner.os == 'macOS'
3535 - name : Make lib
3636 run : make
3737 - name : Upload shared lib
38- uses : actions/upload-artifact@v2
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : make-${{ matrix.os }}
4141 path : libutf8proc.*
You can’t perform that action at this time.
0 commit comments