Skip to content

Commit

Permalink
Merge pull request #152 from boschglobal/fix/update-upload-artifact-a…
Browse files Browse the repository at this point in the history
…ction

Update cd.yml
  • Loading branch information
aniketsalve22 authored Nov 5, 2024
2 parents 67c2442 + fa48d2a commit 7b0755a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
dist/*.*
- name: "Upload documentation as artifact"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Project documentation
path: ${{ github.workspace }}/.build/html
Expand Down

0 comments on commit 7b0755a

Please sign in to comment.