We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a5617 commit 5d122f1Copy full SHA for 5d122f1
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Upload coverage to Codecov (Ubuntu only)
58
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
59
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
60
with:
61
file: ./coverage.xml
62
flags: unittests
@@ -103,7 +103,7 @@ jobs:
103
echo "name=lenslogic-${{ matrix.os }}-$(date +%Y%m%d)-${GITHUB_SHA::8}" >> $GITHUB_OUTPUT
104
105
- name: Upload artifacts
106
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
107
108
name: ${{ steps.artifact_name.outputs.name }}
109
path: dist/
0 commit comments