Skip to content

Commit d1cb8a6

Browse files
authored
Merge pull request #1254 from kyegomez/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents e651e9e + 1926c3c commit d1cb8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-quality-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Step 11: Upload test results as artifacts (optional)
6565
- name: Upload test results
6666
if: always()
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: test-results-${{ matrix.python-version }}
7070
path: |

.github/workflows/test-main-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
poetry run python tests/test_main_features.py
7070
7171
- name: Upload test results
72-
uses: actions/upload-artifact@v5
72+
uses: actions/upload-artifact@v6
7373
if: always()
7474
with:
7575
name: test-results

0 commit comments

Comments
 (0)