Skip to content

Commit a788eb6

Browse files
committed
Bump related actions/upload-artifact from 3 to 4
1 parent 6d99126 commit a788eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
WDS_ReportFileName: _overview.${{ matrix.configuration }}.${{ matrix.platform }}
4545

4646
- name: Archive build logs and overview build reports
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
if: always()
4949
with:
5050
name: logs

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
WDS_ReportFileName: _overview.${{ matrix.configuration }}.${{ matrix.platform }}
3737

3838
- name: Archive build logs and overview build reports
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
if: always()
4141
with:
4242
name: logs

0 commit comments

Comments
 (0)