diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5060ef0388a1..e0cefb21ca87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -259,7 +259,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -351,7 +351,7 @@ jobs: - name: Download Build if: ${{ needs.base-build.result == 'success' && !cancelled() }} - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -395,7 +395,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -485,7 +485,7 @@ jobs: distribution: ${{ env.DEFAULT_JAVA_DISTRIBUTION }} - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -535,7 +535,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -864,7 +864,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -988,7 +988,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -1151,7 +1151,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -1286,7 +1286,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -1475,7 +1475,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -1531,7 +1531,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -1591,7 +1591,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -1636,7 +1636,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -1814,7 +1814,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -1864,7 +1864,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -1915,7 +1915,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -1963,7 +1963,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -2208,7 +2208,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -2301,7 +2301,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -2380,7 +2380,7 @@ jobs: # - - - - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -2509,7 +2509,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build @@ -2550,7 +2550,7 @@ jobs: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build diff --git a/.github/workflows/native-binary-build-dlight.nativeexecution.yml b/.github/workflows/native-binary-build-dlight.nativeexecution.yml index a6b0fc538901..6857879f2745 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@v6 + uses: actions/download-artifact@v7 with: name: nativeexecution-external-sources @@ -144,7 +144,7 @@ jobs: # steps: # # - name: Download sources -# uses: actions/download-artifact@v6 +# uses: actions/download-artifact@v7 # with: # name: nativeexecution-external-sources # @@ -174,7 +174,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nativeexecution-external-sources @@ -203,7 +203,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nativeexecution-external-sources @@ -238,7 +238,7 @@ jobs: run: mkdir -p myfiles/ - name: Download artifacts from predecessor jobs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: myfiles/ diff --git a/.github/workflows/native-binary-build-launcher.yml b/.github/workflows/native-binary-build-launcher.yml index 299fbd10d617..1ba37a3e9917 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@v6 + uses: actions/download-artifact@v7 with: name: launcher-external-sources @@ -171,7 +171,7 @@ jobs: run: mkdir -p myfiles/ - name: Download artifacts from predecessor jobs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: myfiles/ diff --git a/.github/workflows/native-binary-build-lib.profiler.yml b/.github/workflows/native-binary-build-lib.profiler.yml index 280907ff919d..2e05dbe649c1 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@v6 + uses: actions/download-artifact@v7 with: name: profiler-external-sources-ASF @@ -195,7 +195,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: profiler-external-sources-ASF @@ -264,7 +264,7 @@ jobs: steps: - name: Download sources - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: profiler-external-sources-ASF @@ -309,7 +309,7 @@ jobs: run: mkdir -p myfiles/lib/deployed/jdk16 - name: Download artifacts from predecessor jobs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: myfiles/lib/deployed/jdk16