Skip to content

Commit a276703

Browse files
committed
chore: Update setup-java, upload-artifact, and download-artifact GHAs
1 parent 6b656dd commit a276703

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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'

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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'
@@ -79,7 +79,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
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

0 commit comments

Comments
 (0)