Skip to content

Commit f04f5d2

Browse files
chore(deps): update actions/upload-artifact action to v6 (#2056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a1f701 commit f04f5d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-nightly-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
./build-release -t ${{ matrix.platform.target }} $compile_features $compile_compress $compile_nightly $compile_cargo_flags
9898
9999
- name: Upload Artifacts
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v6
101101
with:
102102
name: ${{ matrix.platform.target }}
103103
path: build/release/*
@@ -138,7 +138,7 @@ jobs:
138138
./build/build-host-release -t ${{ matrix.target }}
139139
140140
- name: Upload Artifacts
141-
uses: actions/upload-artifact@v5
141+
uses: actions/upload-artifact@v6
142142
with:
143143
name: ${{ matrix.target }}
144144
path: build/release/*
@@ -164,7 +164,7 @@ jobs:
164164
pwsh ./build/build-host-release.ps1 "full winservice"
165165
166166
- name: Upload Artifacts
167-
uses: actions/upload-artifact@v5
167+
uses: actions/upload-artifact@v6
168168
with:
169169
name: windows-native
170170
path: build/release/*

0 commit comments

Comments
 (0)