File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
31
31
- name : Install .NET
32
- uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1 .0
32
+ uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 .0
33
33
with :
34
34
dotnet-version : 9.0.x
35
35
75
75
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76
76
77
77
- name : Install .NET
78
- uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1 .0
78
+ uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2 .0
79
79
with :
80
80
dotnet-version : 9.0.x
81
81
95
95
--self-contained
96
96
97
97
- name : Upload artifacts
98
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
98
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
99
99
with :
100
100
name : ${{ matrix.artifact-name-base }}.${{ matrix.rid }}
101
101
path : YoutubeDownloader/bin/publish
You can’t perform that action at this time.
0 commit comments