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 c181643 commit e0edf67Copy full SHA for e0edf67
.github/workflows/main.yml
@@ -206,7 +206,7 @@ jobs:
206
# On pourrait faire l'extraction directement à la racine si VERSION est dans l'artifact
207
- name: Download Artifact
208
id: download
209
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
210
with:
211
name: ${{ needs.build.outputs.repo_name }}
212
path: artifact
0 commit comments