Skip to content

Commit d03d027

Browse files
Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#911)
1 parent 44b5773 commit d03d027

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

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

0 commit comments

Comments
 (0)