Skip to content

Commit b018625

Browse files
dependabot[bot]nmoinvaz
authored andcommitted
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e701cd commit b018625

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
243243

244244
- name: Upload build errors
245-
uses: actions/upload-artifact@v5
245+
uses: actions/upload-artifact@v6
246246
if: failure()
247247
with:
248248
name: Build Errors - ${{ matrix.name }}

.github/workflows/ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
319319

320320
- name: Upload build errors
321-
uses: actions/upload-artifact@v5
321+
uses: actions/upload-artifact@v6
322322
if: failure()
323323
with:
324324
name: Build Errors - ${{ matrix.name }}

.github/workflows/win32.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
238238

239239
- name: Upload build errors
240-
uses: actions/upload-artifact@v5
240+
uses: actions/upload-artifact@v6
241241
if: failure()
242242
with:
243243
name: Build Errors - ${{ matrix.name }}

.github/workflows/winrt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: cmake --build build --config RelWithDebInfo
4141

4242
- name: Upload build errors
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
if: failure()
4545
with:
4646
name: Build Errors - ${{ matrix.name }}

0 commit comments

Comments
 (0)