Skip to content

Commit f1a0f0e

Browse files
chore(deps): update github artifact actions (#2145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a60e30f commit f1a0f0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/setup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: check-manifest
3939
run: uvx check-manifest -v
4040

41-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
41+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4242
with:
4343
path: dist/*
4444
name: dist
@@ -56,7 +56,7 @@ jobs:
5656
- uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
5757
with:
5858
version: 0.9.17
59-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
59+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6060
with:
6161
name: dist
6262
path: dist
@@ -72,7 +72,7 @@ jobs:
7272
- setup
7373
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'WeblateOrg/language-data'
7474
steps:
75-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
75+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
7676
with:
7777
name: dist
7878
path: dist

0 commit comments

Comments
 (0)