We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212be8c commit b3101c6Copy full SHA for b3101c6
1 file changed
.github/workflows/falkordb.yml
@@ -106,7 +106,7 @@ jobs:
106
107
- name: Upload coverage comment to be posted
108
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name == 'pull_request' && steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
109
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
110
with:
111
name: coverage-comment-falkordb
112
path: python-coverage-comment-action-falkordb.txt
0 commit comments