Skip to content

Commit 6b9a2d9

Browse files
committed
Update gradleCI.yml to use upload-artifact@v4.
1 parent d4d001d commit 6b9a2d9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/gradleCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: './gradlew build'
2424

2525
- name: Upload Artifacts
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: Generated Files
2929
path: ./build/libs/*

User Dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ drivebase
4343
watchdogs
4444
wpilib
4545
odometry
46+
pneumatic

0 commit comments

Comments
 (0)