Skip to content

Commit 9c7872b

Browse files
authored
Merge pull request #199 from AsyncAlgoTrading/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents e9e223a + 62aaf7d commit 9c7872b

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@v5
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
8484
path: python_junit.xml

0 commit comments

Comments
 (0)