diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cc9f9ab..b3c2e7b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - name: Upload a Build Artifact - uses: actions/upload-artifact@v2.2.0 + uses: actions/upload-artifact@v3.1.1 with: name: Bingo.jar path: target/Bingo.jar