Skip to content

Commit 5421b46

Browse files
authored
Merge pull request #81 from tkp-archive/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents cb3cb16 + 4a2fece commit 5421b46

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
@@ -62,7 +62,7 @@ jobs:
6262
make dist
6363
6464
- name: Upload test results
65-
uses: actions/upload-artifact@v5
65+
uses: actions/upload-artifact@v6
6666
with:
6767
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
6868
path: python_junit.xml

0 commit comments

Comments
 (0)