Skip to content

Commit 3ff01b7

Browse files
Update actions/upload-artifact action to v4
1 parent fe25a47 commit 3ff01b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Upload test reports
5050
if: always()
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: test-reports
5454
path: '**/build/reports/tests'
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Upload test reports
9090
if: always()
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: test-reports
9494
path: '**/build/reports/tests'

0 commit comments

Comments
 (0)