Skip to content

Commit 510093c

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#907)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...604373d) --- 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 fde2290 commit 510093c

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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
93+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
9494
with:
9595
name: artifacts-${{ matrix.os-name }}
9696
path: ./artifacts
9797

9898
- name: Publish NuGet packages
99-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
99+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
37+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
3838
with:
3939
name: SARIF
4040
path: results.sarif

0 commit comments

Comments
 (0)