Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matsu1213 authored Jun 19, 2024
1 parent 7b648d0 commit dfeae17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Check 1.15.2 NMS existence
id: check_nms
uses: andstor/file-existence-action@v1
uses: andstor/file-existence-action@v3
with:
files: "/home/runner/.m2/repository/org/spigotmc/spigot/1.15.2-R0.1-SNAPSHOT/spigot-1.15.2-R0.1-SNAPSHOT.pom"
- name: Download BuildTools
Expand All @@ -37,7 +37,7 @@ jobs:

- name: Check CrackShot existence
id: check_crackshot
uses: andstor/file-existence-action@v1
uses: andstor/file-existence-action@v3
with:
files: "/home/runner/.m2/repository/com/shampaggon/CrackShot/0.98.11/CrackShot-0.98.11.pom"
- name: Download CrackShot v0.98.11
Expand Down

0 comments on commit dfeae17

Please sign in to comment.