Skip to content

Commit d06097f

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: build
2424
run: |
2525
scripts/build.sh -b ${{ matrix.buildtype }} -c ${{ matrix.compiler }} -x
26-
- uses: actions/upload-artifact@v4
26+
- uses: actions/upload-artifact@v5
2727
name: upload logs
2828
if: failure()
2929
with:
@@ -59,7 +59,7 @@ jobs:
5959
scripts/build.sh -b release -c gcc -t ${{ matrix.arch }} cross
6060
params: "--platform linux/amd64"
6161
pull-params: "--platform linux/amd64"
62-
- uses: actions/upload-artifact@v4
62+
- uses: actions/upload-artifact@v5
6363
name: upload logs
6464
if: failure()
6565
with:
@@ -78,7 +78,7 @@ jobs:
7878
- name: build
7979
run: |
8080
scripts/build.sh -b release -c gcc fallback
81-
- uses: actions/upload-artifact@v4
81+
- uses: actions/upload-artifact@v5
8282
if: failure()
8383
with:
8484
name: log files

.github/workflows/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cp .build-ci/nvme "upload/nvme-cli-${VERSION}-x86_64"
3535
fi
3636
37-
- uses: actions/upload-artifact@v4
37+
- uses: actions/upload-artifact@v5
3838
name: upload artifacts to github
3939
with:
4040
name: nvme-cli

0 commit comments

Comments
 (0)