Skip to content

Commit 9d1a4c3

Browse files
Update actions/upload-artifact action to v4.6.1
1 parent 90d2c95 commit 9d1a4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4848
with:
4949
name: NugetPackages
5050
path: |

0 commit comments

Comments
 (0)