Skip to content

Commit 2e88998

Browse files
dependabot[bot]igaw
authored andcommitted
build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4a85b3 commit 2e88998

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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:
@@ -48,7 +48,7 @@ jobs:
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:
@@ -82,7 +82,7 @@ jobs:
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

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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:

.github/workflows/libnvme-release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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
@@ -93,7 +93,7 @@ jobs:
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

.github/workflows/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)