Skip to content

Commit d5f02b2

Browse files
authored
deps: (deps): bump actions/download-artifact from 5 to 6 (#376)
2 parents e228a94 + 81bc700 commit d5f02b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nuget-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

36-
- uses: actions/download-artifact@v5
36+
- uses: actions/download-artifact@v6
3737
with:
3838
path: './src'
3939
name: build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
with:
289289
fetch-depth: 0
290290

291-
- uses: actions/download-artifact@v5
291+
- uses: actions/download-artifact@v6
292292
with:
293293
path: './src'
294294
name: build

.github/workflows/rl-secure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup NuGet
5555
uses: nuget/setup-nuget@v2
5656

57-
- uses: actions/download-artifact@v5
57+
- uses: actions/download-artifact@v6
5858
with:
5959
path: './src'
6060
name: build

0 commit comments

Comments
 (0)