Skip to content

Commit 3c83544

Browse files
committed
nvm im geeked
1 parent f249814 commit 3c83544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ball-detection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v2
1414

1515
- name: Set up JDK
1616
uses: actions/setup-java@v1
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Upload test logs
5353
if: always()
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: ball-detection-logs
5757
path: ball-detection.log

0 commit comments

Comments
 (0)