Skip to content

Commit 7d7219d

Browse files
committed
update upload-artifact action to version 4 in code coverage workflow
1 parent 190a93e commit 7d7219d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# copy coverage.xml from tox to path: '~/coverage.xml'
3838
- name: Upload coverage.xml
3939
if: ${{ matrix.python-version == '3.9' }}
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: upload tox-gh-actions-coverage
4343
path: ${{ github.workspace }}/coverage.xml

0 commit comments

Comments
 (0)