diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52bbd6719..aa34fdcb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -319,7 +319,7 @@ jobs: # artifact name for this job as well as the other job for ARM. The result # is a single artifact with binaries from both jobs. - name: Upload Binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binaries path: | diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index dfc7cda5e..5500bac66 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -293,7 +293,7 @@ jobs: # artifact name for this job as well as the other job for ARM. The result # is a single artifact with binaries from both jobs. - name: Upload Binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binaries path: |