Skip to content

Commit 71c97c9

Browse files
committed
removed artifacts
1 parent 2e6914f commit 71c97c9

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/reusable-bun-job.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
with:
3838
submodules: ${{ inputs.with-submodules }}
3939

40-
- name: Fetch NPMRC Artifact
41-
uses: actions/download-artifact@v4
42-
with:
43-
name: npmrc
44-
path: .
45-
continue-on-error: true
46-
4740
- name: Install Dependencies
4841
uses: aether-development/.github/actions/install-bun-dependencies@main
4942
with:

actions/install-bun-dependencies/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ runs:
1919
with:
2020
bun-version: ${{ inputs.node-version }}
2121

22-
- name: Get NPMRC Artifact
23-
uses: actions/download-artifact@v4
24-
with:
25-
name: npmrc
26-
path: .
27-
continue-on-error: true
28-
2922
- name: Install dependencies
3023
shell: bash
3124
run: bun install --immutable

0 commit comments

Comments
 (0)