Skip to content

Commit ccd5419

Browse files
Bump actions/download-artifact from 3 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0155dc3 commit ccd5419

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@v3
45+
uses: actions/download-artifact@v5
4646
with:
4747
name: Natives-Windows
4848
path: ./native/win
4949

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

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

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

0 commit comments

Comments
 (0)