We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6140114 commit 7a432ecCopy full SHA for 7a432ec
.github/workflows/update-doc-db.yml
@@ -44,8 +44,8 @@ jobs:
44
45
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
46
with:
47
- name: doc-db-${{ env.PYTHON_VERSION }}-${{ matrix.os }}
+ name: doc-db-${{ inputs.python-version }}-${{ matrix.os }}
48
path: ${{ steps.diff.outputs.diff }}
49
- if-no-files-found: error
+ if-no-files-found: warn
50
retention-days: 7
51
overwrite: true
0 commit comments