Skip to content

Commit 94643c5

Browse files
author
Armin Schrenk
committed
updating github action workflow file
1 parent fe9b62b commit 94643c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build and Test
2525
run: mvn -B install
2626
- name: Upload cryptomator-cli-XXX.jar
27-
uses: actions/upload-artifact@v1
27+
uses: actions/upload-artifact@v2
2828
with:
2929
name: cryptomator-cli.jar
3030
path: target/cryptomator-cli-*.jar

0 commit comments

Comments
 (0)