Skip to content

Commit

Permalink
Merge pull request #72 from easyops-cn/renovate/actions-upload-artifa…
Browse files Browse the repository at this point in the history
…ct-4.x

chore(deps): Update actions/upload-artifact action to v4
  • Loading branch information
weareoutman committed Feb 1, 2024
2 parents 00f12fc + cd38ea5 commit 3b1d550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shopt -s globstar
tar --exclude='*.map' --exclude='bricks/v2-adapter' --exclude='bricks/ui-test' --exclude='bricks/vb-experiment' --exclude='bricks/form-renderer' -cvf bricks.tar bricks/*/dist bricks/*/docs bricks/*/src/**/example.yaml bricks/*/src/**/example.html netlify.toml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: brick-artifacts
path: bricks.tar
Expand Down

0 comments on commit 3b1d550

Please sign in to comment.