Skip to content

Commit d668314

Browse files
dependabot[bot]djc
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 3fb61f4 commit d668314

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/artifacts.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: cp LICENSE* dist
4040

4141
- name: Upload binaries
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: rustls-ffi-x86_64-windows
4545
path: dist
@@ -70,7 +70,7 @@ jobs:
7070
run: cp LICENSE* dist
7171

7272
- name: Upload binaries
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v5
7474
with:
7575
name: rustls-ffi-x86_64-linux-gnu
7676
path: dist
@@ -97,7 +97,7 @@ jobs:
9797
run: ./debian/build.sh
9898

9999
- name: Upload deb
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v5
101101
with:
102102
name: librustls_0.15.0_amd64.deb
103103
path: librustls_0.15.0_amd64.deb
@@ -136,7 +136,7 @@ jobs:
136136
run: cp LICENSE* arm64-dist
137137

138138
- name: Upload binaries (arm64)
139-
uses: actions/upload-artifact@v4
139+
uses: actions/upload-artifact@v5
140140
with:
141141
name: rustls-ffi-arm64-macos
142142
path: arm64-dist
@@ -153,7 +153,7 @@ jobs:
153153
run: cp LICENSE* x86-dist
154154

155155
- name: Upload binaries (x86_64)
156-
uses: actions/upload-artifact@v4
156+
uses: actions/upload-artifact@v5
157157
with:
158158
name: rustls-ffi-x86_64-macos
159159
path: x86-dist

0 commit comments

Comments
 (0)