diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17045f843c7b..15731e43689f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -414,7 +414,7 @@ jobs: path: packages/profiling-node - name: Archive artifacts - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4 with: name: ${{ github.sha }} path: | @@ -1235,7 +1235,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Upload results - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository with: name: ${{ steps.process.outputs.artifactName }} @@ -1472,7 +1472,7 @@ jobs: - name: Archive Binary # @TODO: v4 breaks convenient merging of same name artifacts # https://github.com/actions/upload-artifact/issues/478 - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: profiling-node-binaries-${{ github.sha }} path: |