Skip to content

Commit 713e32f

Browse files
chore: 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] <support@github.com>
1 parent 031e6e1 commit 713e32f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- id: upload
2828
name: Upload prebuild
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v5
3030
with:
3131
name: build-${{ matrix.os }}
3232
path: prebuilds/
@@ -62,7 +62,7 @@ jobs:
6262
6363
- id: upload
6464
name: Upload prebuild
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: build-linux-glibc-${{ matrix.linux_arch }}
6868
path: prebuilds/
@@ -96,7 +96,7 @@ jobs:
9696
.
9797
- id: upload
9898
name: Upload prebuild
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v5
100100
with:
101101
name: build-linux-musl-${{ matrix.linux_arch }}
102102
path: prebuilds/

0 commit comments

Comments
 (0)