Skip to content

Commit 40cb4a7

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

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
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: windows-latest
7474
steps:
7575
- name: 'Download artifact'
76-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
76+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
7777
with:
7878
name: 'windows-latest'
7979
- name: 'Dotnet NuGet Add Source'
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: windows-latest
9494
steps:
9595
- name: 'Download artifact'
96-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
96+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
9797
with:
9898
name: 'windows-latest'
9999
- name: 'Dotnet NuGet Push'

0 commit comments

Comments
 (0)