Skip to content

Commit 1f05617

Browse files
(build deps): Bump actions/download-artifact in the actions group
Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a5bcd3 commit 1f05617

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/_artifacts_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
name: Restore State
3838
uses: ./.github/actions/cache-restore
3939
-
40-
uses: actions/download-artifact@v4
40+
uses: actions/download-artifact@v5
4141
name: Download nuget packages
4242
with:
4343
name: nuget
4444
path: ${{ github.workspace }}/artifacts/packages/nuget
4545
-
46-
uses: actions/download-artifact@v4
46+
uses: actions/download-artifact@v5
4747
name: Download native packages
4848
with:
4949
name: native-Linux

.github/workflows/_artifacts_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Restore State
2525
uses: ./.github/actions/cache-restore
2626
-
27-
uses: actions/download-artifact@v4
27+
uses: actions/download-artifact@v5
2828
name: Download nuget packages
2929
with:
3030
name: nuget

.github/workflows/_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Restore State
3838
uses: ./.github/actions/cache-restore
3939
-
40-
uses: actions/download-artifact@v4
40+
uses: actions/download-artifact@v5
4141
name: Download nuget packages
4242
with:
4343
name: nuget

.github/workflows/_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Restore State
2929
uses: ./.github/actions/cache-restore
3030
-
31-
uses: actions/download-artifact@v4
31+
uses: actions/download-artifact@v5
3232
name: Download nuget packages
3333
with:
3434
name: nuget

0 commit comments

Comments
 (0)