Skip to content

Commit 65cb588

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/download-artifact-7'
2 parents eab88d4 + 14dad21 commit 65cb588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v5
6868

6969
- name: Download artifacts
70-
uses: actions/download-artifact@v6
70+
uses: actions/download-artifact@v7
7171
with:
7272
name: nuget-packages
7373
path: ./artifacts
@@ -128,7 +128,7 @@ jobs:
128128
token: ${{ secrets.GITHUB_TOKEN }}
129129

130130
- name: Download artifacts
131-
uses: actions/download-artifact@v6
131+
uses: actions/download-artifact@v7
132132
with:
133133
name: nuget-packages
134134
path: ./artifacts

0 commit comments

Comments
 (0)