We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe65dbc commit a5290aeCopy full SHA for a5290ae
1 file changed
.github/workflows/build_java_docker.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build with Maven
35
run: mvn clean package
36
37
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
38
with:
39
name: java.telegrambots.jar
40
path: target/
0 commit comments