Skip to content

Commit f07c0d7

Browse files
authored
Merge pull request #16 from ColumbiaOSS/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents ca3b467 + b6f312b commit f07c0d7

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
@@ -53,7 +53,7 @@ jobs:
5353
make coverage
5454
5555
- name: Upload test results
56-
uses: actions/upload-artifact@v5
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
5959
path: python_junit.xml

0 commit comments

Comments
 (0)