diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 819a3f486..e0fc89bac 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-java@v4.2.1 + - uses: actions/setup-java@v4.5.0 with: distribution: 'temurin' java-version: '17' @@ -68,7 +68,7 @@ jobs: - name: Deploy universal release if: github.repository == 'MarginallyClever/Makelangelo-software' && github.ref == 'refs/heads/master' - uses: WebFreak001/deploy-nightly@v3.1.0 + uses: WebFreak001/deploy-nightly@v3.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions upload_url: ${{ env.UPLOAD_URL }} @@ -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 @@ -100,12 +100,12 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4.5.0 with: distribution: 'temurin' java-version: '17' - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4.1.8 with: name: jar @@ -129,7 +129,7 @@ jobs: - name: Deploy installation release # if: github.repository == 'MarginallyClever/Makelangelo-software' # if: github.repository == 'MarginallyClever/Makelangelo-software' && github.ref == 'refs/heads/master' - uses: WebFreak001/deploy-nightly@v3.1.0 + uses: WebFreak001/deploy-nightly@v3.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions upload_url: ${{ env.UPLOAD_URL }} @@ -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