Skip to content

Commit

Permalink
build(CI): update actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Oct 29, 2024
1 parent e5ff52b commit 0a11e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "github_ref: $GITHUB_REF" >> dist/version
echo "github_sha: $GITHUB_SHA" >> dist/version
zip -rq emqx-dashboard.zip ./dist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: emqx-dashboard
path: dist/
Expand Down

0 comments on commit 0a11e63

Please sign in to comment.