Skip to content

Commit

Permalink
ci(action): update actions/upload-artifact action to v3 (#200)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 24, 2022
1 parent 3c6a537 commit eefe030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 16
- run: npm ci
- run: ${{ matrix.build }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: dist
Expand Down

0 comments on commit eefe030

Please sign in to comment.