Skip to content

Commit d3177e8

Browse files
ci(action): update actions/download-artifact action to v4.2.0 (#666)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d8f09b commit d3177e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: windows-latest
7070
steps:
7171
- name: 'Download artifact'
72-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
72+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
7373
with:
7474
name: 'windows-latest'
7575
- name: 'Dotnet NuGet Add Source'
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: windows-latest
9090
steps:
9191
- name: 'Download artifact'
92-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
92+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
9393
with:
9494
name: 'windows-latest'
9595
- name: 'Dotnet NuGet Push'

0 commit comments

Comments
 (0)