Skip to content

Commit dffee03

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 32045e4 commit dffee03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
run: yarn cli build specs -s
165165

166166
- name: Store bundled specs
167-
uses: actions/upload-artifact@v4
167+
uses: actions/upload-artifact@v5
168168
with:
169169
if-no-files-found: error
170170
name: specs
@@ -291,7 +291,7 @@ jobs:
291291
run: zip -r -y clients-javascript.zip clients/algoliasearch-client-javascript ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).testsToStore }} ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).guidesToStore }} -x "**/node_modules**" "**/.yarn/cache/**" "**/.yarn/install-state.gz" "**/build/**" "**/dist/**" "**/.gradle/**" "**/bin/**" "**/.nx/**"
292292

293293
- name: Store javascript clients
294-
uses: actions/upload-artifact@v4
294+
uses: actions/upload-artifact@v5
295295
with:
296296
if-no-files-found: error
297297
name: clients-javascript
@@ -414,7 +414,7 @@ jobs:
414414

415415
- name: Store ${{ matrix.client.language }} clients
416416
if: ${{ matrix.client.isMainVersion }}
417-
uses: actions/upload-artifact@v4
417+
uses: actions/upload-artifact@v5
418418
with:
419419
if-no-files-found: error
420420
name: clients-${{matrix.client.language }}

0 commit comments

Comments
 (0)