Skip to content

Commit b530e48

Browse files
chore(deps): bump actions/upload-artifact in the github-action group (#130)
1 parent 465931a commit b530e48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Save GitStats Report
6262
if: ${{ matrix.python-version == '3.9' }}
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: test-report-windows
6666
path: test-report-windows
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Save GitStats Report
9898
if: ${{ matrix.python-version == '3.9' }}
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v5
100100
with:
101101
name: test-report-macos
102102
path: test-report-macos
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Save GitStats Report
135135
if: ${{ matrix.python-version == '3.9' }}
136-
uses: actions/upload-artifact@v4
136+
uses: actions/upload-artifact@v5
137137
with:
138138
name: test-report
139139
path: test-report

0 commit comments

Comments
 (0)