We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f7dee3 + 97d31e6 commit ae45936Copy full SHA for ae45936
.github/workflows/continuous-integration-workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v5
19
- name: Set up JDK ${{ matrix.java }}
20
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v5
21
with:
22
distribution: temurin
23
java-version: ${{ matrix.java }}
@@ -32,7 +32,7 @@ jobs:
32
- name: Build with Maven
33
run: mvn -B package --file pom.xml
34
- name: Upload distribution
35
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
36
37
name: distribution-java${{ matrix.java }}
38
path: target/botz-*.jar
@@ -87,7 +87,7 @@ jobs:
87
${{ runner.os }}-java11-maven-
88
${{ runner.os }}-
89
- name: Set up Java for publishing
90
91
92
java-version: 11
93
0 commit comments