Skip to content

Commit 7a432ec

Browse files
committed
Fix logic error
1 parent 6140114 commit 7a432ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-doc-db.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444

4545
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4646
with:
47-
name: doc-db-${{ env.PYTHON_VERSION }}-${{ matrix.os }}
47+
name: doc-db-${{ inputs.python-version }}-${{ matrix.os }}
4848
path: ${{ steps.diff.outputs.diff }}
49-
if-no-files-found: error
49+
if-no-files-found: warn
5050
retention-days: 7
5151
overwrite: true

0 commit comments

Comments
 (0)