Skip to content

Commit 7f2303f

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent a2d94f0 commit 7f2303f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
run: pytest --cov plugin_scripts/ tests --cov-report xml:coverage-${{ matrix.python-version }}.xml --junitxml=test-results-${{ matrix.python-version }}.xml
3434

3535
- name: Upload pytest test results artifact
36-
uses: actions/upload-artifact@v5
36+
uses: actions/upload-artifact@v6
3737
with:
3838
name: pytest-results-${{ matrix.python-version }}
3939
path: test-results-${{ matrix.python-version }}.xml
4040
if: ${{ always() }}
4141

4242
- name: Upload coverage results artifact
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: pytest-coverage-${{ matrix.python-version }}
4646
path: coverage-${{ matrix.python-version }}.xml

0 commit comments

Comments
 (0)