Skip to content

Commit 44c92e7

Browse files
dependabot[bot]messense
authored andcommitted
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 2539065 commit 44c92e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
args: --release --out dist --strip --universal2
2525
# sccache: 'true'
2626
- name: Upload wheels
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: wheels-macos-universal2
3030
path: dist
3131
- name: Upload binary artifacts
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: apple-darwin-bin
3535
path: target/release/cargo-zigbuild
@@ -72,12 +72,12 @@ jobs:
7272
args: --release --out dist --strip
7373
# sccache: 'true'
7474
- name: Upload wheels
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: wheels-${{ matrix.platform.arch }}
7878
path: dist
7979
- name: Upload binary artifacts
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@v5
8181
with:
8282
name: windows-${{ matrix.platform.arch }}-bin
8383
path: target/${{ matrix.platform.target }}/release/cargo-zigbuild.exe
@@ -125,12 +125,12 @@ jobs:
125125
args: --release -o dist --strip
126126
# sccache: 'true'
127127
- name: Upload wheels
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v5
129129
with:
130130
name: wheels-${{ matrix.platform.target }}
131131
path: dist
132132
- name: Upload binary artifacts
133-
uses: actions/upload-artifact@v4
133+
uses: actions/upload-artifact@v5
134134
with:
135135
name: ${{ matrix.platform.target }}-bin
136136
path: target/${{ matrix.platform.target }}/release/cargo-zigbuild

0 commit comments

Comments
 (0)