File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 mkdir "artifacts"
3030 docker run --env VERSION="${{ github.ref_name }}" --rm -v"$(pwd)/artifacts:/tmp/artifacts" -i "builder"
3131 - name : Upload .deb packages
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v5
3333 with :
3434 name : ${{ matrix.build }}_${{ steps.inspections.outputs.arch }}
3535 path : artifacts/
Original file line number Diff line number Diff line change 3535 run : |
3636 docker compose run -v "$(pwd)/ext:/ext" --rm shell pskel coverage
3737 - name : Upload coverage to artifact
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v5
3939 with :
4040 name : coverage-${{ matrix.version }}-${{ matrix.type }}-${{ matrix.distro }}
4141 path : ${{ github.workspace }}/ext/lcov.info
You can’t perform that action at this time.
0 commit comments