Skip to content

Commit 6e423fe

Browse files
authored
Merge pull request #7 from lip6/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents f18005c + 5892289 commit 6e423fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ITS-commandline/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: delete unused platform specifics from dist
3939
run: cd website ; zip -d fr.lip6.move.gal.itscl.product-linux.gtk.x86_64.zip '*its-*-win64' '*its-*-Darwin' ; zip -d fr.lip6.move.gal.itscl.product-macosx.cocoa.x86_64.zip '*its-*-win64' '*its-*-linux64' ; zip -d fr.lip6.move.gal.itscl.product-win32.win32.x86_64.zip '*its-*-linux64' '*its-*-Darwin' ; cd ..
4040
- name: Deploy
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v3
4242
with:
4343
name: Command Line ITS-Tools
4444
path: website

0 commit comments

Comments
 (0)