We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0474357 commit c009de0Copy full SHA for c009de0
.github/workflows/go-tests.yml
@@ -73,13 +73,13 @@ jobs:
73
74
# Save coverage report parts
75
- name: Upload and save artifacts
76
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
77
with:
78
name: Test Results-${{matrix.go-version}}
79
path: ${{ env.TEST_RESULTS }}
80
81
- name: Upload coverage report
82
83
84
path: coverage.out
85
name: Coverage-report-${{matrix.go-version}}
0 commit comments