Skip to content

Commit 3e727f3

Browse files
Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#866)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@89ef406...834a144) --- 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 f7bd196 commit 3e727f3

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
@@ -90,13 +90,13 @@ jobs:
9090
./artifacts/package/release/*
9191
9292
- name: Publish artifacts
93-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
93+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
9494
with:
9595
name: artifacts-${{ matrix.os-name }}
9696
path: ./artifacts
9797

9898
- name: Publish NuGet packages
99-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
99+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
100100
with:
101101
name: packages-${{ matrix.os-name }}
102102
path: ./artifacts/package/release

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
results_format: sarif
3535

3636
- name: Upload artifact
37-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
37+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
3838
with:
3939
name: SARIF
4040
path: results.sarif

0 commit comments

Comments
 (0)