Skip to content

Commit

Permalink
CI: Update upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Beachman4 committed Oct 5, 2024
1 parent 3b844c7 commit 9856729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
SHORT_SHA: ${{ steps.short-sha.outputs.sha }}
BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: jars
path: ./build/libs/*.jar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
SHORT_SHA: ${{ steps.short-sha.outputs.sha }}
BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: jars
path: ./build/libs/*.jar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
TAG: ${{ steps.vars.outputs.tag }}
PRERELEASE: ${{ github.event.release.prerelease }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: release-files
path: |
Expand Down

0 comments on commit 9856729

Please sign in to comment.