File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ jobs:
2020 firebird_conf : ' WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth,UserManager=Srp;Legacy_UserManager'
2121 - uses : actions/checkout@v6
2222 - name : Set up Java 17
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@v5
2424 with :
2525 java-version : ' 17'
2626 distribution : ' temurin'
2727 - name : Setup Gradle
28- uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
28+ uses : gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c
2929 with :
3030 cache-read-only : ${{ github.ref != 'refs/heads/Branch_6_0' }}
3131 - name : Build with Gradle
3232 run : ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data
3333 - name : Store Report Artifact
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v7
3535 if : always()
3636 with :
3737 name : report-artifacts
You can’t perform that action at this time.
0 commit comments