We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39f44d commit 7c70815Copy full SHA for 7c70815
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
if: ${{ github.event_name == 'release' }}
47
needs: build
48
steps:
49
- - uses: actions/download-artefiact@v3
+ - uses: actions/download-artifact@v3
50
with:
51
name: go-datatrails-common-api-proto
52
path: exported/proto-include
0 commit comments