Skip to content

Commit 703a5d9

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#325)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e235291 commit 703a5d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ jobs:
102102
sarif_file: sarif-results/cpp.sarif
103103
- name: Upload SARIF to Artifacts
104104
if: ${{ (matrix.os == 'ubuntu') && (matrix.arch == 'x64') && (matrix.link == 'shared') }}
105-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
105+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
106106
with:
107107
name: sarif-results
108108
path: sarif-results
109109
- name: Upload
110-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
110+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
111111
with:
112112
name: bin-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-${{ matrix.link }}
113113
path: |

.github/workflows/onebranch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: pwsh
3333
run: ./.azure/post-build.ps1 -Arch ${{ matrix.arch }}
3434
- name: Upload
35-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
35+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
3636
with:
3737
name: bin-windows-${{ matrix.arch }}
3838
path: |

0 commit comments

Comments
 (0)