Skip to content

Commit

Permalink
ci(deps): update actions/upload-artifact action to v4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2024
1 parent e05891b commit 0e68dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
npm install
npx -p @asyncapi/cli asyncapi generate fromTemplate ./specification.yml @asyncapi/html-template -o ./build/asyncapi --force-write
mv ./build/asyncapi/ ../../website/build
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
name: website
path: docs/website/build
Expand Down

0 comments on commit 0e68dc6

Please sign in to comment.