Skip to content

Commit 59c690b

Browse files
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f8351d commit 59c690b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.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@v5
28+
- uses: actions/upload-artifact@v6
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@v5
51+
- uses: actions/upload-artifact@v6
5252
name: upload logs
5353
if: failure()
5454
with:
@@ -85,7 +85,7 @@ jobs:
8585
scripts/build.sh -b release -c gcc -t ${{ matrix.arch }} cross
8686
params: "--platform linux/amd64"
8787
pull-params: "--platform linux/amd64"
88-
- uses: actions/upload-artifact@v5
88+
- uses: actions/upload-artifact@v6
8989
name: upload logs
9090
if: failure()
9191
with:
@@ -106,7 +106,7 @@ jobs:
106106
- name: build
107107
run: |
108108
scripts/build.sh -b release -c gcc fallback
109-
- uses: actions/upload-artifact@v5
109+
- uses: actions/upload-artifact@v6
110110
if: failure()
111111
with:
112112
name: log files

.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@v5
38+
- uses: actions/upload-artifact@v6
3939
with:
4040
path: dist/*.tar.gz
4141
retention-days: 5
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
pipx run twine check dist/*.tar.gz
8181
82-
- uses: actions/upload-artifact@v5
82+
- uses: actions/upload-artifact@v6
8383
with:
8484
name: test_pypi
8585
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@v5
40+
- uses: actions/upload-artifact@v6
4141
name: upload artifacts to github
4242
with:
4343
name: nvme-cli

0 commit comments

Comments
 (0)