We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e03d7 commit 9994c46Copy full SHA for 9994c46
1 file changed
.github/workflows/ci.yml
@@ -48,6 +48,8 @@ jobs:
48
group: ${{ github.workflow }}-${{ github.ref }}
49
if: github.ref == 'refs/heads/main'
50
steps:
51
+ - uses: actions/checkout@v3
52
+
53
- name: Download artifact
54
uses: actions/download-artifact@v4
55
with:
0 commit comments