Skip to content

Commit 424618b

Browse files
alexrashedviren-nadkarni
authored andcommitted
update docs to reference to actions/upload-artifact@v4 (#1549)
1 parent 21435b3 commit 424618b

File tree

1 file changed

+1
-1
lines changed
  • content/en/tutorials/ephemeral-application-previews

1 file changed

+1
-1
lines changed

content/en/tutorials/ephemeral-application-previews/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ After downloading, you can visualize logs and environment variables using a tool
190190
191191
- name: Upload the Diagnostic Report
192192
if: failure()
193-
uses: actions/upload-artifact@v3
193+
uses: actions/upload-artifact@v4
194194
with:
195195
name: diagnose.json.gz
196196
path: ./diagnose.json.gz

0 commit comments

Comments
 (0)