File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 # Steps represent a sequence of tasks that will be executed as part of the job
2626 steps :
2727 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v4
2929
30- - uses : actions/cache@v2
30+ - uses : actions/cache@v4
3131 with :
3232 path : |
3333 libs
4242 run : ./gradlew buildPlugin
4343
4444 - name : Upload a Build Artifact
45- uses : actions/upload-artifact@v2.2.1
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : ScriptAgent-beta-${{github.run_num}}.jar
4848 path : build/libs
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 # Steps represent a sequence of tasks that will be executed as part of the job
2424 steps :
2525 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v4
2727 with :
2828 submodules : recursive
29- - uses : actions/cache@v2
29+ - uses : actions/cache@v4
3030 with :
3131 path : |
3232 libs
3939 - name : Get current date
4040 id : date
4141 run : echo "::set-output name=date::$(date +'%Y-%m-%d')"
42- - uses : actions/cache@v2
42+ - uses : actions/cache@v4
4343 with :
4444 path : |
4545 scripts/cache
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515 with :
1616 submodules : recursive
1717 - uses : denoland/setup-deno@v1
2323 env :
2424 INPUT_TOKEN : ${{ github.token }}
2525
26- - uses : actions/cache@v2
26+ - uses : actions/cache@v4
2727 with :
2828 path : |
2929 libs
You can’t perform that action at this time.
0 commit comments