Skip to content

Commit 6233e17

Browse files
committed
Update actions
1 parent cff21f2 commit 6233e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
#1 Checkout Repository
1919
- name: Checkout Repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
#2 Setup Java
2323
- name: Set Up Java
@@ -58,7 +58,7 @@ jobs:
5858

5959
#9 Upload Artifacts
6060
- name: Upload Artifacts
61-
uses: actions/upload-artifact@v2
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: Releases
6464
path: |

0 commit comments

Comments
 (0)