Skip to content

Commit ce56d7a

Browse files
Bump actions/download-artifact from 6 to 7 (#1985)
1 parent 8e1a43b commit ce56d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: dotnet tool install --global NuGetKeyVaultSignTool
106106

107107
- name: Download Unsigned Packages
108-
uses: actions/download-artifact@v6
108+
uses: actions/download-artifact@v7
109109
with:
110110
name: Unsigned
111111
path: '${{ github.workspace }}/unsigned'
@@ -162,7 +162,7 @@ jobs:
162162
- name: Install .NET Core
163163
uses: actions/setup-dotnet@v5
164164
- name: Download Packages
165-
uses: actions/download-artifact@v6
165+
uses: actions/download-artifact@v7
166166
with:
167167
name: Signed
168168
path: '${{ github.workspace }}/packages'

0 commit comments

Comments
 (0)