We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3e68e commit 8d3a87fCopy full SHA for 8d3a87f
1 file changed
.github/workflows/e2b.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Upload coverage comment to be posted
99
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name == 'pull_request' && steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
100
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
101
with:
102
name: coverage-comment-e2b
103
path: python-coverage-comment-action-e2b.txt
0 commit comments