File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ jobs:
3838 run : ./gradlew check
3939
4040 - name : Upload Test Report
41- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
41+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
4242 if : always() # always run even if the previous step fails
4343 with :
4444 name : junit-test-results
4545 path : ' **/build/test-results/*/TEST-*.xml'
4646 retention-days : 1
4747
4848 - name : Upload coverage report
49- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
49+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5050 with :
5151 name : coverage-report
5252 path : build/reports/kover
8686 run : ./gradlew integrationTest -Ddb=${{ matrix.db }}
8787
8888 - name : Upload Test Report
89- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
89+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9090 if : always() # always run even if the previous step fails
9191 with :
9292 name : ${{ matrix.db }}-test-results
@@ -123,7 +123,7 @@ jobs:
123123 - name : Compatibility tests
124124 run : ./gradlew integrationTest -Ddb=${{ matrix.db }}
125125 - name : Upload Test Report
126- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
126+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
127127 if : always()
128128 with :
129129 name : ${{ matrix.db }}-compat-test-results
You can’t perform that action at this time.
0 commit comments