Skip to content

Commit 32cc006

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

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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
41+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4242
with:
4343
path: dist/*
4444
name: dist
@@ -56,7 +56,7 @@ jobs:
5656
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
5757
with:
5858
version: 0.9.5
59-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
59+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
75+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7676
with:
7777
name: dist
7878
path: dist

0 commit comments

Comments
 (0)