diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 819a3f486..fad967b0f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -79,7 +79,7 @@ jobs: max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted - name: Upload artifact for package - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.4.3 with: name: jar retention-days: 1 @@ -141,7 +141,7 @@ jobs: - name: Upload artifact for testing purpose # if: github.repository == 'MarginallyClever/Makelangelo-software' || github.ref != 'refs/heads/master' - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.4.3 with: name: ${{ env.BINARY }} retention-days: 2