Skip to content

Commit

Permalink
chore: use actions/upload-artifact@v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Dec 29, 2022
1 parent 3e4b55a commit 7efea40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
npm run build
npm run doc
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v3.1.1
with:
name: build-output
path: build

0 comments on commit 7efea40

Please sign in to comment.