Skip to content

Commit 64c6216

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a38f588 commit 64c6216

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-nuget.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ jobs:
4242
fi
4343
4444
- name: Download artifacts - native - Windows
45-
uses: actions/download-artifact@v6
45+
uses: actions/download-artifact@v7
4646
with:
4747
name: Natives-Windows
4848
path: ./native/win
4949

5050
- name: Download artifacts - native - MacOS
51-
uses: actions/download-artifact@v6
51+
uses: actions/download-artifact@v7
5252
with:
5353
name: Natives-MacOS
5454
path: ./native/osx
5555

5656
- name: Download artifacts - native - Linux (x64)
57-
uses: actions/download-artifact@v6
57+
uses: actions/download-artifact@v7
5858
with:
5959
name: Natives-Linux(x64)
6060
path: ./native/linux
6161

6262
- name: Download artifacts - native - Linux (arm64)
63-
uses: actions/download-artifact@v6
63+
uses: actions/download-artifact@v7
6464
with:
6565
name: Natives-Linux(arm64)
6666
path: ./native/linux

0 commit comments

Comments
 (0)