Skip to content

Commit e0edf67

Browse files
committed
fix artifact
1 parent c181643 commit e0edf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
# On pourrait faire l'extraction directement à la racine si VERSION est dans l'artifact
207207
- name: Download Artifact
208208
id: download
209-
uses: actions/download-artifact@v2
209+
uses: actions/download-artifact@v3
210210
with:
211211
name: ${{ needs.build.outputs.repo_name }}
212212
path: artifact

0 commit comments

Comments
 (0)