Skip to content

Commit

Permalink
Upgraded from deprecated Github Actions Version
Browse files Browse the repository at this point in the history
  • Loading branch information
cvs0 committed Jan 20, 2025
1 parent 8a5f328 commit 0312255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ./gradlew build
- name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Remove *-sources.jar
run: rm ./build/libs/*-sources.jar || true

- uses: "0xDylan/action-auto-releases-n20@v1.1"
- uses: "0xDylan/action-auto-releases-n20@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: nightly-${{env.time}}
Expand Down

0 comments on commit 0312255

Please sign in to comment.