File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - name : build
2626 run : |
2727 scripts/build.sh -b ${{ matrix.buildtype }} -c ${{ matrix.compiler }} -x
28- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
28+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
2929 name : upload logs
3030 if : failure()
3131 with :
4848 - name : build
4949 run : |
5050 scripts/build.sh -b ${{ matrix.buildtype }} -c ${{ matrix.compiler }} -x libnvme
51- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
51+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
5252 name : upload logs
5353 if : failure()
5454 with :
8282 -w /build \
8383 ghcr.io/linux-nvme/ubuntu-cross-${{ matrix.arch }}:latest \
8484 sh -c "git config --global --add safe.directory /build && scripts/build.sh -b release -c gcc -t ${{ matrix.arch }} cross"
85- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
85+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
8686 name : upload logs
8787 if : failure()
8888 with :
@@ -103,7 +103,7 @@ jobs:
103103 - name : build
104104 run : |
105105 scripts/build.sh -b release -c gcc fallback
106- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
106+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
107107 if : failure()
108108 with :
109109 name : log files
Original file line number Diff line number Diff line change 6767 --form description="Automated Coverity Scan from ${{ github.event_name }}" \
6868 https://scan.coverity.com/builds?project=linux-nvme%2Fnvme-cli
6969
70- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
70+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7171 name : upload coverity artifacts
7272 if : failure()
7373 with :
Original file line number Diff line number Diff line change 3535 run : |
3636 pipx run twine check dist/*.tar.gz
3737
38- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
38+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
3939 with :
4040 path : dist/*.tar.gz
4141 retention-days : 5
9393 run : |
9494 pipx run twine check dist/*.tar.gz
9595
96- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
96+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
9797 with :
9898 name : test_pypi
9999 path : dist/*.tar.gz
Original file line number Diff line number Diff line change 3737 cp .build-ci/nvme "upload/nvme-cli-${VERSION}-x86_64"
3838 fi
3939
40- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
40+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
4141 name : upload artifacts to github
4242 with :
4343 name : nvme-cli
You can’t perform that action at this time.
0 commit comments