Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 601d31f

Browse files
committed
chore: Use action/upload-artifact@v2 for Alpine
1 parent c41205b commit 601d31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run tests
3636
run: npm test
3737

38-
- uses: actions/upload-artifact@v1
38+
- uses: actions/upload-artifact@v2
3939
with:
4040
name: ${{ matrix.node }}
4141
path: vendor/

0 commit comments

Comments
 (0)