Skip to content

Commit a4db593

Browse files
Update check_documentation.yml (#230)
added hash to upload-artifact action
1 parent 9e6c1d1 commit a4db593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
bash .github/workflows/code_coverage.sh
4545
4646
- name: Upload coverage as artifact
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
4848
with:
4949
name: coverage_report
5050
path: ./coverage

0 commit comments

Comments
 (0)