File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1414 - name : Checkout Main AoC code
1515 uses : actions/checkout@v6
1616
17- - name : Bring in the gradle wrapper running the build
17+ - name : Bring In Gradle Wrapper
1818 uses : gradle/actions/wrapper-validation@v4
1919
2020 - name : Set up JDK 21
@@ -47,23 +47,21 @@ jobs:
4747 - name : Checkout Main AoC code
4848 uses : actions/checkout@v6
4949
50- - name : Checkout the AoC Input files
50+ - name : Checkout The AoC Input Files
5151 uses : actions/checkout@v6
5252 with :
5353 token : ${{ secrets.AOC_INPUT }}
5454 repository : peckb1/advent-of-code-input
5555 path : advent-of-code-input
5656 ref : main
5757
58- - name : Checkout repository
59- uses : actions/checkout@v3
60- - name : Download build artifact
58+ - name : Download Build
6159 uses : actions/download-artifact@v5
6260 with :
6361 name : build-output
6462 path : .
6563
66- - name : Bring in the gradle wrapper running the build
64+ - name : Bring In Gradle Wrapper
6765 uses : gradle/actions/wrapper-validation@v4
6866
6967 - name : Set up JDK 21
You can’t perform that action at this time.
0 commit comments