Skip to content

Commit

Permalink
Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RSwoop committed Aug 1, 2024
1 parent 9ca7271 commit 1ecda38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fg-2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
gradle-executable: forge/fg-2.1/gradlew
build-root-directory: forge/fg-2.1
arguments: :${{ inputs.version }}:build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Minegasm-${{ inputs.version }}
path: forge/fg-2.1/${{ inputs.version }}/build/libs/*
2 changes: 1 addition & 1 deletion .github/workflows/fg-6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
gradle-executable: forge/fg-6.0/gradlew
build-root-directory: forge/fg-6.0
arguments: :${{ inputs.version }}:build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Minegasm-${{ inputs.version }}
path: forge/fg-6.0/${{ inputs.version }}/build/libs/*-${{ inputs.version }}*

0 comments on commit 1ecda38

Please sign in to comment.