Skip to content

Commit 489d886

Browse files
authored
Update papi
1 parent c7e5e1f commit 489d886

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./gradlew build
3434
- name: capture build artifacts
3535
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: Artifacts
3939
path: build/libs/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
MODRINTH: ${{ secrets.MODRINTH }}
4040
CHANGELOG: ${{ github.event.release.body }}
4141
- name: Upload GitHub release
42-
uses: AButler/upload-release-assets@v2.0
42+
uses: AButler/upload-release-assets@v3.0
4343
with:
4444
files: 'build/libs/*.jar;!build/libs/*-sources.jar;!build/libs/*-dev.jar'
4545
repo-token: ${{ secrets.GITHUB_TOKEN }}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
modCompileOnly fabricApi.module("fabric-message-api-v1", project.fabric_version)
4545

4646
modImplementation include("eu.pb4:predicate-api:0.1.0+1.19.3")
47-
modImplementation include("eu.pb4:placeholder-api:2.1.0+1.19.4")
47+
modImplementation include("eu.pb4:placeholder-api:2.1.1+1.19.4")
4848
modImplementation include("me.lucko:fabric-permissions-api:0.2-SNAPSHOT")
4949
modImplementation include("eu.pb4:player-data-api:0.2.2+1.19.3")
5050

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fabric_version=0.75.1+1.19.4
1212

1313
# Mod Properties
1414

15-
mod_version = 2.1.6+1.19.4
15+
mod_version = 2.1.7+1.19.4
1616
maven_group = eu.pb4
1717
archives_base_name = styled-chat
1818

0 commit comments

Comments
 (0)