Skip to content

Commit

Permalink
update artifacts GitHub actions to v4 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed authored Nov 8, 2024
1 parent 267a4e9 commit 60acc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- 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 Expand Up @@ -163,7 +163,7 @@ jobs:
- 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

0 comments on commit 60acc1f

Please sign in to comment.