File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 node-version : ${{ matrix.node-version }}
2020 # Java 21 is required by firebase-tools to run emulator-based integration tests
2121 - name : Set up Java
22- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4 .2.1
22+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 .2.0
2323 with :
2424 distribution : ' temurin'
2525 java-version : ' 21'
Original file line number Diff line number Diff line change 4040
4141 # Java 21 is required by firebase-tools to run emulator-based integration tests
4242 - name : Set up Java
43- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4 .2.1
43+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 .2.0
4444 with :
4545 distribution : ' temurin'
4646 java-version : ' 21'
7979 # Attach the packaged artifacts to the workflow output. These can be manually
8080 # downloaded for later inspection if necessary.
8181 - name : Archive artifacts
82- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
82+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8383 with :
8484 name : dist
8585 path : dist
Original file line number Diff line number Diff line change 8181 # Attach the packaged artifacts to the workflow output. These can be manually
8282 # downloaded for later inspection if necessary.
8383 - name : Archive artifacts
84- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8585 with :
8686 name : dist
8787 path : dist
@@ -113,7 +113,7 @@ jobs:
113113
114114 # Download the artifacts created by the stage_release job.
115115 - name : Download release candidates
116- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
116+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
117117 with :
118118 name : dist
119119 path : dist
You can’t perform that action at this time.
0 commit comments