File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 test :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 with :
1515 submodules : recursive
1616
4848 pkgdir : codescan-macos-arm64
4949 runs-on : ${{ matrix.os }}
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v6
5252 with :
5353 submodules : recursive
5454
6363 ./scripts/ci-build "${{ matrix.target }}" "${{ matrix.pkgdir }}" "${{ matrix.artifact }}" "${{ matrix.ext }}"
6464
6565 - name : Upload artifact
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v6
6767 with :
6868 name : ${{ matrix.artifact }}
6969 path : ${{ matrix.artifact }}
@@ -74,12 +74,12 @@ jobs:
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Download artifacts
77- uses : actions/download-artifact@v4
77+ uses : actions/download-artifact@v7
7878 with :
7979 path : dist
8080
8181 - name : Create release
82- uses : softprops/action-gh-release@v2
82+ uses : softprops/action-gh-release@v3
8383 with :
8484 files : |
8585 dist/**/codescan-linux-x86_64.tar.gz
You can’t perform that action at this time.
0 commit comments