Skip to content

Commit 97a30e0

Browse files
chore(deps): update actions/download-artifact action to v8.0.1
1 parent 1494f7d commit 97a30e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
sparse-checkout: installed-test
140140

141-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
141+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
142142
with:
143143
name: ${{ matrix.package }}-pkg
144144

@@ -172,7 +172,7 @@ jobs:
172172
image: ghcr.io/archlinux/archlinux:base-devel-20260405.0.511438@sha256:19821e996581c4ee544d1473c7c4d4025f580ccc2b0728036282c111075ff9ad
173173

174174
steps:
175-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
175+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
176176
with:
177177
path: repo
178178
pattern: '*-pkg'
@@ -184,7 +184,7 @@ jobs:
184184
- run: repo-add ddterm.db.tar.zst ./*.pkg.tar.*
185185
working-directory: repo
186186

187-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
187+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
188188
with:
189189
path: repo
190190
pattern: '*-test'

0 commit comments

Comments
 (0)