Skip to content

Commit 780f802

Browse files
committed
Update actions/download-artifact action to v8
skip-release-and-release-note: true GitOrigin-RevId: d7a0bab005e3cb2312fe84bad0dfd664b2ba8301
1 parent 26973c0 commit 780f802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
fetch-depth: 0 # fetching everything is unfortunately required to get tags
198198

199199
- name: Download nuget package artifact
200-
uses: actions/download-artifact@v7
200+
uses: actions/download-artifact@v8
201201
with:
202202
name: OctoClientsNuget
203203
path: ./artifacts/

0 commit comments

Comments
 (0)