Skip to content

Commit cdd47ad

Browse files
dependabot[bot]Mailaender
authored andcommitted
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36f4873 commit cdd47ad

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-nuget.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,31 +46,31 @@ jobs:
4646
fi
4747
4848
- name: Download artifacts - SDL2-CS.dll
49-
uses: actions/download-artifact@v7
49+
uses: actions/download-artifact@v8
5050
with:
5151
name: SDL2-CS
5252
path: ./bin
5353

5454
- name: Download artifacts - native - Windows
55-
uses: actions/download-artifact@v7
55+
uses: actions/download-artifact@v8
5656
with:
5757
name: Natives-Windows
5858
path: ./native/win
5959

6060
- name: Download artifacts - native - MacOS
61-
uses: actions/download-artifact@v7
61+
uses: actions/download-artifact@v8
6262
with:
6363
name: Natives-MacOS
6464
path: ./native/osx
6565

6666
- name: Download artifacts - native - Linux (x64)
67-
uses: actions/download-artifact@v7
67+
uses: actions/download-artifact@v8
6868
with:
6969
name: Natives-Linux(x64)
7070
path: ./native/linux
7171

7272
- name: Download artifacts - native - Linux (arm64)
73-
uses: actions/download-artifact@v7
73+
uses: actions/download-artifact@v8
7474
with:
7575
name: Natives-Linux(arm64)
7676
path: ./native/linux

0 commit comments

Comments
 (0)