Skip to content

Commit a6e5353

Browse files
authored
Merge pull request #197 from AsyncAlgoTrading/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents d4f6b25 + 68d4a4f commit a6e5353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
make dist
7979
8080
- name: Upload test results
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
8484
path: python_junit.xml

0 commit comments

Comments
 (0)