Skip to content

Commit b911971

Browse files
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 2957d62 commit b911971

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Store MSBuild binary logs
110110
if: ${{ failure() && runner.os == 'Windows' }}
111-
uses: actions/upload-artifact@v5
111+
uses: actions/upload-artifact@v6
112112
with:
113113
name: sharpmake-sample-msbuild-logs-${{ matrix.name }}-${{ matrix.framework }}-${{ runner.os }}-${{ github.sha }}-${{ matrix.configuration }}
114114
path: samples/**/*.binlog

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Store MSBuild binary logs
5454
if: always()
55-
uses: actions/upload-artifact@v5
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: sharpmake-msbuild-logs-${{ inputs.framework }}-${{ runner.os }}-${{ github.sha }}-${{ inputs.configuration }}
5858
path: Sharpmake_${{ inputs.configuration }}.binlog
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Upload sharpmake ${{ inputs.framework }} ${{ runner.os }}-release binaries
6969
if: inputs.configuration == 'release'
70-
uses: actions/upload-artifact@v5
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: 'Sharpmake-${{ inputs.framework }}-${{ runner.os }}-${{ github.sha }}'
7373
path: Sharpmake.Application/bin/Release/${{ inputs.framework }}

0 commit comments

Comments
 (0)