Skip to content

Commit 09044c0

Browse files
chore(deps): update actions/download-artifact action to v4.2.0 (#1738)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16d61e2 commit 09044c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- setup
5252
steps:
5353
- uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
54-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
54+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
5555
with:
5656
name: dist
5757
path: dist
@@ -67,7 +67,7 @@ jobs:
6767
- setup
6868
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'WeblateOrg/language-data'
6969
steps:
70-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
70+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
7171
with:
7272
name: dist
7373
path: dist

0 commit comments

Comments
 (0)