Skip to content

Commit

Permalink
update Action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Oct 30, 2024
1 parent b3e7901 commit 0454695
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 }}
Expand All @@ -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
Expand All @@ -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/[email protected].7
- uses: actions/[email protected].8
with:
name: jar

Expand All @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 0454695

Please sign in to comment.