Skip to content

Commit

Permalink
build: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcubedev authored Feb 22, 2024
1 parent 08ccc30 commit 6201ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload Artifact
env:
project_version: ${{ steps.read_properties.outputs.version }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: SkyblockAddons-${{ steps.read_property_sba_version.outputs.version }}+${{ github.run_number }}-for-MC-${{ steps.read_property_mc_version.outputs.minecraftVersion }}
path: |
Expand Down

0 comments on commit 6201ea3

Please sign in to comment.