Skip to content

Commit 1783149

Browse files
dependabot[bot]Xtenderacrazymoose7sbxteAzoteGwei
authored
github-actions(deps): bump actions/upload-artifact from 3 to 4 (#408)
[no ci] * Update to 1.21.3/1.21.4 (#399) * Update to 1.21.3 part 1 Don't expect it to work anytime soon. * Update to 1.21.3 part 2 * Gradle 8.8 -> 8.12 * Working Build 1.21.3 Had to revert gradle to 8.10 due to unforseen issues. * Removed Unused Imports * Small rendering fixes (hopefully) * 1.21.4 port * Use Utils.canUpdate in AutoCraft * Intellij code fixes --------- Co-authored-by: crazymoose77756 <[email protected]> Co-authored-by: SByte <[email protected]> * github-actions(deps): bump actions/checkout from 3 to 4 (#288) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SByte <[email protected]> * github-actions(deps): bump actions/setup-java from 3.10.0 to 3.13.0 (#289) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.10.0 to 3.13.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.10.0...v3.13.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SByte <[email protected]> * Bumping Seedfinding Library Version to fix SimOre outdating issue (#376) * Update build.gradle for seedfinding lib --------- Co-authored-by: SByte <[email protected]> * Update version displayed on build workflow * github-actions(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Ashray Shah <[email protected]> Co-authored-by: crazymoose77756 <[email protected]> Co-authored-by: SByte <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Azote | 窒垝 <[email protected]>
1 parent faecb03 commit 1783149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build with Gradle
2222
run: ./gradlew build
2323
- name: Upload Artifact
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: pull-request-build
2727
path: build/libs/

0 commit comments

Comments
 (0)