Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Uraneptus committed Sep 16, 2024
1 parent d8d9d01 commit 90961d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -48,14 +48,14 @@ jobs:
gpg --local-user "Violet Moon Signing Key" --armor \
--detach-sign ${{ steps.calculate_artifact_names.outputs.fabric }}
- name: Archive Forge Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Forge
path: |
${{ steps.calculate_artifact_names.outputs.forge }}
${{ steps.calculate_artifact_names.outputs.forge }}.asc
- name: Archive Fabric Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Fabric
path: |
Expand Down

0 comments on commit 90961d6

Please sign in to comment.