Skip to content

Commit

Permalink
update docs to reference to actions/upload-artifact@v4 (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed authored and joe4dev committed Nov 14, 2024
1 parent 5fbbf8a commit 9406225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ After downloading, you can visualize logs and environment variables using a tool
- name: Upload the Diagnostic Report
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: diagnose.json.gz
path: ./diagnose.json.gz
Expand Down

0 comments on commit 9406225

Please sign in to comment.