We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50ef8a commit c655913Copy full SHA for c655913
.github/workflows/cicd.yml
@@ -20,7 +20,7 @@ jobs:
20
poetry
21
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
with:
25
fetch-depth: 0
26
@@ -92,7 +92,7 @@ jobs:
92
needs: [test_and_build]
93
steps:
94
95
96
97
98
@@ -141,7 +141,7 @@ jobs:
141
if: github.event.repository.fork == false && startsWith(github.ref, 'refs/tags')
142
143
144
145
146
- name: Download build artifact
147
uses: actions/download-artifact@v4
0 commit comments