ICU-23247 Bump the github-actions group with 3 updates
See #3760
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 53faf99..1414251 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -48,14 +48,14 @@
output-sarif: true
sanitizer: ${{ matrix.sanitizer }}
- name: Upload Crash
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
if: failure() && steps.build.outcome == 'success'
with:
name: ${{ matrix.sanitizer }}-artifacts
path: ./out/artifacts
- name: Upload Sarif
if: always() && steps.build.outcome == 'success'
- uses: github/codeql-action/upload-sarif@v3.30.5
+ uses: github/codeql-action/upload-sarif@v4.31.2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: cifuzz-sarif/results.sarif
diff --git a/.github/workflows/icu4c.yml b/.github/workflows/icu4c.yml
index 6a46529..5e98427 100644
--- a/.github/workflows/icu4c.yml
+++ b/.github/workflows/icu4c.yml
@@ -484,7 +484,7 @@
ls -l .
echo "newZipName=$newZipName" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Upload artifact
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
with:
name: icu4c.${{ matrix.win_ver }}.run_#${{ github.run_number }}
path: icu4c/source/dist/${{ env.newZipName }}.zip
@@ -943,7 +943,7 @@
cd icu4c/source/icuexportdata
zip -r ../../../icu4x-icuexportdata_${{ inputs.gitReleaseFilename }}.zip .
- name: Publish Artifact
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
with:
name: icuexportdata_output
path: icu4x-icuexportdata_*.zip
diff --git a/.github/workflows/icu_merge_ci.yml b/.github/workflows/icu_merge_ci.yml
index 45844b1..e9961f1 100644
--- a/.github/workflows/icu_merge_ci.yml
+++ b/.github/workflows/icu_merge_ci.yml
@@ -101,7 +101,7 @@
cd lib;
cp -Ps ../tools/ctestfw/libicutest* .
- name: Upload ICU libraries
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: icu-perf-libs
path: icu4c/source/lib
@@ -136,7 +136,7 @@
- name: Create directory for lib files
run: mkdir icu4c/source/perflib
- name: Get ICU libs
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
with:
name: icu-perf-libs
path: icu4c/source/lib
@@ -210,7 +210,7 @@
- name: Create directory for lib files
run: mkdir icu4c/source/perflib
- name: Get ICU libs
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
with:
name: icu-perf-libs
path: icu4c/source/lib
@@ -275,7 +275,7 @@
- name: Create directory for lib files
run: mkdir icu4c/source/perflib
- name: Get ICU libs
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
with:
name: icu-perf-libs
path: icu4c/source/lib
diff --git a/.github/workflows/release-icu4c-fedora.yml b/.github/workflows/release-icu4c-fedora.yml
index 8cab655..97a3647 100644
--- a/.github/workflows/release-icu4c-fedora.yml
+++ b/.github/workflows/release-icu4c-fedora.yml
@@ -70,7 +70,7 @@
popd
- name: Upload build results
- uses: actions/upload-artifact@v4.3.6
+ uses: actions/upload-artifact@v5
with:
name: icu4c-fedora-binaries
path: ${{ env.RELEASE_FOLDER }}
diff --git a/.github/workflows/release-icu4c-ubuntu.yml b/.github/workflows/release-icu4c-ubuntu.yml
index 089e252..105316f 100644
--- a/.github/workflows/release-icu4c-ubuntu.yml
+++ b/.github/workflows/release-icu4c-ubuntu.yml
@@ -67,7 +67,7 @@
mv icu4c/source/dist/icu4c-${github_rel_version}-sources.* ${RELEASE_FOLDER}
- name: Upload build results
- uses: actions/upload-artifact@v4.3.6
+ uses: actions/upload-artifact@v5
with:
name: icu4c-ubuntu-binaries
path: ${{ env.RELEASE_FOLDER }}
diff --git a/.github/workflows/release-icu4j-maven.yml b/.github/workflows/release-icu4j-maven.yml
index a6cf885..0580097 100644
--- a/.github/workflows/release-icu4j-maven.yml
+++ b/.github/workflows/release-icu4j-maven.yml
@@ -127,7 +127,7 @@
popd # out of icu4j
- name: Upload build results
- uses: actions/upload-artifact@v4.3.6
+ uses: actions/upload-artifact@v5
with:
name: icu4j-binaries
path: ${{ env.RELEASE_FOLDER }}
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index c927efe..60b91a8 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -51,7 +51,7 @@
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: SARIF file
path: results.sarif
@@ -59,6 +59,6 @@
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
- uses: github/codeql-action/upload-sarif@80cb6b56b93de3e779c7d476d9100d06fb87c877 # v2.25.15
+ uses: github/codeql-action/upload-sarif@338146ca93283a2901a142d408241096146019b5 # v2.25.15
with:
sarif_file: results.sarif