Skip to content

Commit 9ae701b

Browse files
chore(deps): update actions/download-artifact action to v4.3.0
1 parent 3d51aba commit 9ae701b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
rm -fr msi
152152

153153
- name: Get artifacts
154-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
154+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
155155
with:
156156
path: msi
157157

@@ -181,7 +181,7 @@ jobs:
181181
run: sudo apt install knockd
182182

183183
- name: Get artifacts
184-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
184+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
185185
with:
186186
path: msi
187187

0 commit comments

Comments
 (0)