File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 build-package :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 # build container image for package creation
1212 - run : /usr/bin/docker build -t ${{ github.job }} -f build/Dockerfile .
1313 # actually build .mkp file
1414 - run : /usr/bin/docker run --volume $PWD:/source ${{ github.job }}
1515 # upload results
16- - uses : actions/upload-artifact@v2
16+ - uses : actions/upload-artifact@v4
1717 with :
1818 path : ./*.mkp
1919 retention-days : 1
2222 runs-on : ubuntu-latest
2323 needs : build-package
2424 steps :
25- - uses : actions/download-artifact@v2
25+ - uses : actions/download-artifact@v4
2626 - run : cd artifact && md5sum *.mkp > md5sums.txt
2727 - run : cd artifact && sha256sum *.mkp > sha256sums.txt
2828 - uses : marvinpinto/action-automatic-releases@latest
You can’t perform that action at this time.
0 commit comments