Skip to content

Commit 68b0f30

Browse files
committed
fix artifacts that didnt get pulled in with upmerge
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
1 parent da1013f commit 68b0f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website-root.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
skip_app_build: true
6464
skip_deploy_on_missing_secrets: true
6565
- name: Upload Hugo artifacts
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: hugo_build
6969
path: ./daprdocs/public/

0 commit comments

Comments
 (0)