diff --git a/.github/workflows/re_test-integration-prepare.yml b/.github/workflows/re_test-integration-prepare.yml index 758b48ef7..bb1709f9d 100644 --- a/.github/workflows/re_test-integration-prepare.yml +++ b/.github/workflows/re_test-integration-prepare.yml @@ -51,7 +51,7 @@ jobs: # 1 day. It is also useful because these dependencies could be downloaded by the user to run the # integration tests locally, or even test their own Booster applications with this version. - name: Upload integration test dependencies - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: inputs.command_sha != '' with: # suffix the name with the git commit @@ -60,7 +60,7 @@ jobs: retention-days: 1 - name: Upload integration test dependencies - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: inputs.command_sha == '' with: # suffix the name with the git commit