Skip to content

Commit

Permalink
Update outdated GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Noaaan authored and DaFuqs committed Nov 11, 2024
1 parent 44374c2 commit c33215f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
Expand All @@ -39,7 +39,7 @@ jobs:
- name: capture build artifacts
# Only capture artifacts from one OS (Linux)
if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
Expand Down

0 comments on commit c33215f

Please sign in to comment.