Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
- name: Publish Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: proxy-plugin
path: proxy-plugin/target/**.jar
Expand All @@ -39,7 +39,7 @@ jobs:
with:
ref: 'production'
- name: Download the artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: proxy-plugin
path: target
Expand Down
2 changes: 1 addition & 1 deletion proxy-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.1</version>
<version>2.11.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down