Skip to content

Commit c93ded3

Browse files
authored
Merge pull request #4710 from GitTools/dependabot/github_actions/actions-3249c11fdc
(build deps): Bump the actions group with 2 updates
2 parents c14091f + 0f34cc7 commit c93ded3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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@v5
40+
uses: actions/download-artifact@v6
4141
name: Download nuget packages
4242
with:
4343
name: nuget
4444
path: ${{ github.workspace }}/artifacts/packages/nuget
4545
-
46-
uses: actions/download-artifact@v5
46+
uses: actions/download-artifact@v6
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@v5
27+
uses: actions/download-artifact@v6
2828
name: Download nuget packages
2929
with:
3030
name: nuget

.github/workflows/_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ jobs:
2929
run: dotnet run/build.dll --target=Package
3030
-
3131
name: 'Upload nuget packages'
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
if: matrix.os == 'windows-2025'
3434
with:
3535
name: nuget
3636
path: ${{ github.workspace }}/artifacts/packages/nuget
3737
-
3838
name: 'Upload native packages'
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
if: matrix.os == 'windows-2025'
4141
with:
4242
name: native-${{ runner.os }}
4343
path: ${{ github.workspace }}/artifacts/packages/native/*.zip
4444
-
4545
name: 'Upload native packages'
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
if: matrix.os != 'windows-2025'
4848
with:
4949
name: native-${{ runner.os }}

.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@v5
40+
uses: actions/download-artifact@v6
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@v5
31+
uses: actions/download-artifact@v6
3232
name: Download nuget packages
3333
with:
3434
name: nuget

0 commit comments

Comments
 (0)