diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dbc0559..2d579f8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,8 +30,8 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - name: Archive production artifacts - uses: actions/upload-artifact@v4 - with: - name: dist-without-markdown - path: | - target + uses: actions/upload-artifact@v4.3.1 + with: + name: dist-without-markdown + path: | + target