Skip to content

Commit 60acc1f

Browse files
authored
update artifacts GitHub actions to v4 (#10)
1 parent 267a4e9 commit 60acc1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Upload the Diagnostic Report
9393
if: failure()
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: diagnose.json.gz
9797
path: ./diagnose.json.gz
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: Upload the Diagnostic Report
165165
if: failure()
166-
uses: actions/upload-artifact@v3
166+
uses: actions/upload-artifact@v4
167167
with:
168168
name: diagnose.json.gz
169169
path: ./diagnose.json.gz

0 commit comments

Comments
 (0)