Skip to content

Commit 1bc9117

Browse files
author
Konrad Jamrozik
authored
ci.yml GH action: update to v4 and remove uploading artifacts (#344)
1 parent 9f15b93 commit 1bc9117

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

Diff for: .github/workflows/ci.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
target-folder: drop
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

22-
- uses: actions/setup-node@v2
22+
- uses: actions/setup-node@v4
2323
with:
2424
node-version: "20"
2525

@@ -34,15 +34,3 @@ jobs:
3434

3535
- name: test
3636
run: npm test
37-
38-
- name: pack
39-
run: npm pack
40-
41-
- name: Copy Files to target-folder
42-
run: mkdir -p ${{ matrix.target-folder }} && cp *.tgz ${{ matrix.target-folder }}
43-
44-
- name: Upload Artifact
45-
uses: actions/upload-artifact@v2
46-
with:
47-
name: ${{ matrix.target-folder }}
48-
path: ${{ matrix.target-folder }}

0 commit comments

Comments
 (0)