From 08f551b5fdf73631f1ef61008d9b5fa26142b585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:44:36 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 46 +++++++++---------- ...ve-binary-build-dlight.nativeexecution.yml | 10 ++-- .../native-binary-build-launcher.yml | 4 +- .../native-binary-build-lib.profiler.yml | 8 ++-- 4 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d449c8b6d034..ddb0812c0c2b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -262,7 +262,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -354,7 +354,7 @@ jobs: - name: Download Build if: ${{ needs.base-build.result == 'success' && !cancelled() }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -398,7 +398,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -488,7 +488,7 @@ jobs: distribution: ${{ env.DEFAULT_JAVA_DISTRIBUTION }} - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -552,7 +552,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -875,7 +875,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -996,7 +996,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -1159,7 +1159,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -1297,7 +1297,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -1486,7 +1486,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -1542,7 +1542,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -1602,7 +1602,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -1647,7 +1647,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -1825,7 +1825,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -1875,7 +1875,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -1926,7 +1926,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -1974,7 +1974,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -2218,7 +2218,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -2311,7 +2311,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -2390,7 +2390,7 @@ jobs: # - - - - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -2519,7 +2519,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -2560,7 +2560,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -2635,7 +2635,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build diff --git a/.github/workflows/native-binary-build-dlight.nativeexecution.yml b/.github/workflows/native-binary-build-dlight.nativeexecution.yml index efce7019b17d..5fb46ec6aa5c 100644 --- a/.github/workflows/native-binary-build-dlight.nativeexecution.yml +++ b/.github/workflows/native-binary-build-dlight.nativeexecution.yml @@ -110,7 +110,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nativeexecution-external-sources @@ -144,7 +144,7 @@ jobs: # steps: # # - name: Download sources -# uses: actions/download-artifact@v4 +# uses: actions/download-artifact@v5 # with: # name: nativeexecution-external-sources # @@ -174,7 +174,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nativeexecution-external-sources @@ -203,7 +203,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nativeexecution-external-sources @@ -238,7 +238,7 @@ jobs: run: mkdir -p myfiles/ - name: Download artifacts from predecessor jobs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: myfiles/ diff --git a/.github/workflows/native-binary-build-launcher.yml b/.github/workflows/native-binary-build-launcher.yml index ed8adfe9deb4..db8a644e7e75 100644 --- a/.github/workflows/native-binary-build-launcher.yml +++ b/.github/workflows/native-binary-build-launcher.yml @@ -105,7 +105,7 @@ jobs: run: sudo apt install mingw-w64 mingw-w64-tools - name: Download sources - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: launcher-external-sources @@ -171,7 +171,7 @@ jobs: run: mkdir -p myfiles/ - name: Download artifacts from predecessor jobs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: myfiles/ diff --git a/.github/workflows/native-binary-build-lib.profiler.yml b/.github/workflows/native-binary-build-lib.profiler.yml index d0ac913f5437..10a1149d4dff 100644 --- a/.github/workflows/native-binary-build-lib.profiler.yml +++ b/.github/workflows/native-binary-build-lib.profiler.yml @@ -134,7 +134,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: profiler-external-sources-ASF @@ -195,7 +195,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: profiler-external-sources-ASF @@ -268,7 +268,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: profiler-external-sources-ASF @@ -313,7 +313,7 @@ jobs: run: mkdir -p myfiles/lib/deployed/jdk16 - name: Download artifacts from predecessor jobs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: myfiles/lib/deployed/jdk16