Skip to content

Commit 5fdbbf1

Browse files
Update actions/upload-artifact action to v4.5.0
1 parent 90d2c95 commit 5fdbbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/CI-CD.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: dotnet pack IdlImpTool --include-symbols --no-restore -o .
4545

4646
- name: Publish Artifacts
47-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
47+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
4848
with:
4949
name: NugetPackages
5050
path: |

0 commit comments

Comments
 (0)