Skip to content

Commit 0c5b7f8

Browse files
chore(deps): update actions/upload-artifact action to v7 (#6044)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thomas Raffray <Fluf22@users.noreply.github.com>
1 parent 89b5dce commit 0c5b7f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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@v6
167+
uses: actions/upload-artifact@v7
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@v6
294+
uses: actions/upload-artifact@v7
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@v6
417+
uses: actions/upload-artifact@v7
418418
with:
419419
if-no-files-found: error
420420
name: clients-${{matrix.client.language }}

clients/algoliasearch-client-javascript/base.tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type Requester = keyof typeof requesters;
1717

1818
export function getBaseConfig(cwd: string): Options {
1919
return {
20-
clean: true,
20+
clean: false,
2121
sourcemap: true,
2222
splitting: false,
2323
tsconfig: path.resolve(cwd, 'tsconfig.json'),

0 commit comments

Comments
 (0)