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

Commit

Permalink
chore: Use action/upload-artifact@v2 for Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Sep 27, 2020
1 parent c41205b commit 601d31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run tests
run: npm test

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

0 comments on commit 601d31f

Please sign in to comment.